@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700&display=swap');

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

blockquote {
    font-style: italic !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    color: #1F1F1F;
    overflow-x: hidden;
    position: inherit !important;
}

kbd {
    padding: 3px 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #E2F572;
    border: none;
    background: #363636;
    color: #eee;
    font-size: 11px;
    font-weight: bold;
}

.wp-video,
.wp-video video {
    width: 100% !important;
    height: auto !important;
}

.wp-audio-shortcode {
    visibility: visible !important;
}

input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.col-2 > .center {
    display: flex;
    justify-content: space-between;
}
a {
    transition: .25s;
}
.overflow-hidden {
    overflow: hidden;
}
/* effects hover */
@keyframes shadowEffect {
    0% { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); }
    30% { box-shadow: none; }
    100% { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); }
  }

  .more-animation {
    border: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 13px;
    bottom: 13px;
}

.more-animation::before,
.more-animation::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.spin {
    height: 20px;
    width: 20px;
}

.spin::before,
.spin::after {
    top: 0;
    left: 0;
}
.spin::after {
    top: 1px;
}

.spin::before {
    border: 2px solid transparent;
}
.home-actualites .container-actus .bloc-actus:hover .spin::before {
    border-top-color: #00277E;
    border-right-color: #00277E;
    border-bottom-color: #00277E;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.spin::after {
    border: 0 solid transparent;
}

.home-actualites .container-actus .bloc-actus:hover .spin::after {
    border-top: 2px solid #00277E;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.circle {
    border-radius: 100%;
    box-shadow: none;
}

.circle::before,
.circle::after {
    border-radius: 100%;
}


/* ***************************************************************************************
*       ____            _                         _
*      / ___|___  _ __ | |_ ___ _ __  _   _    __| | ___ ___   _ __   __ _  __ _  ___ ___
*     | |   / _ \| '_ \| __/ _ | '_ \| | | |  / _` |/ _ / __| | '_ \ / _` |/ _` |/ _ / __|
*     | |__| (_) | | | | ||  __| | | | |_| | | (_| |  __\__ \ | |_) | (_| | (_| |  __\__ \
*      \____\___/|_| |_|\__\___|_| |_|\__,_|  \__,_|\___|___/ | .__/ \__,_|\__, |\___|___/
*                                                             |_|          |___/
*
****************************************************************************************** */

h1,
.entry-content .fond h1,
#secondary.fond h1,
.h1 {
    font-family: "Montserrat", sans-serif;
    color: #00BED6;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
}

h2,
.entry-content .fond h2,
#secondary.fond h2,
.gpoll_wrapper h3.gform_title,
.entry-content h2,
.h2,
.gform_wrapper h3.gform_title,
.gform_wrapper h3.gsection_title {
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #272C44;
    padding-bottom: 5px;
    margin: 15px 0 15px;
    font-size: 40px;
    line-height: 44px;
    color: #272C44;
}

h3,
.entry-content .fond h3,
#secondary .fond h3,
.gpoll_wrapper h2.gsection_title,
.h3,
.gform_wrapper h2.gform_title,
.gform_wrapper h2.gsection_title {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    color: #272C44;
    line-height: 28px;
    margin: 15px 0;
    font-weight: 500;
}

h4,
.entry-content .fond h4,
#secondary .fond h4,
.h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #272C44;
    line-height: 24px;
    margin: 15px 0;
    font-weight: 500;
}

h5,
h6 {
    margin: 10px 0;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-style: normal !important;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h5 strong,
h6 strong {
    font-weight: normal !important;
}

.entry-content .fond h1,
.entry-content .fond h2,
.entry-content .fond h3,
.entry-content .fond h4,
#secondary .fond h1,
#secondary .fond h2,
#secondary .fond h3,
#secondary .fond h4 {
    color: #eee;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 15px;
    clear: both;
}

.entry-content .fond,
#secondary .fond {
    padding: 20px;
    margin: 10px 0;
    overflow: hidden;
    line-height: 20px;
    color: #1F1F1F;
    border-radius: 10px;
}

.entry-content .fond p,
#secondary .fond p,
.entry-content .fond a,
#secondary .fond a {
    color: #1F1F1F;
}

.entry-content .fond a.link-external svg,
.entry-content .fond a.email-mailto svg {
    fill: #1F1F1F;
}

.entry-content .fond1,
#secondary .fond1 {
    background-color: #00BED6;
}

.entry-content .fond2,
#secondary .fond2 {
    background-color: #00277E;
    color: #fff;
}

.entry-content .fond3,
#secondary .fond3 {
    background-color: #ECEAE0;
}

.entry-content .fond4,
#secondary .fond4 {
    background-color: #272C44;
    color: #fff;
}

.entry-content .border,
.secondary .border {
    padding: 10px 10px 7px 10px;
    margin: 10px 0;
}

.entry-content .border1,
#secondary .border1 {
    border-left: 15px solid #00BED6;
}

.entry-content .border2,
#secondary .border2 {
    border-left: 15px solid #00277E;
}

.entry-content .border3,
#secondary .border3 {
    border-left: 15px solid #ECEAE0;
}

.entry-content .border4,
#secondary .border4 {
    border-left: 15px solid #272C44;
}

.entry-content .alerte,
#secondary .alerte {
    padding: 20px;
    color: #eee;
    text-transform: uppercase;
    background-color: #CE0000;
    margin: 10px 0;
}

.entry-content a,
#label-rgpd a,
.page404 .return-home,
#primary .contact-detail .informations-contacts .infos-contact div a,
#proposition-publication p.intro a {
    color: #00277E;
    text-decoration: underline;
}

.entry-content a:hover,
#label-rgpd a:hover,
.page404 .return-home:hover,
#primary .contact-detail .informations-contacts .infos-contact div a:hover,
#proposition-publication p.intro a:hover {
    text-decoration: none;
}

.entry-content a.link-external svg,
.entry-content a.email-mailto svg,
#secondary a.link-external svg,
#secondary a.email-mailto svg {
    fill: #00277E;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 3px;
}

.entry-content a.email-mailto svg,
#secondary a.email-mailto svg {
    height: 8px;
}

.entry-content p,
.page404 .orSreach,
#primary .contact-detail .content-contact .content-contact-header .adresse p,
#primary .contact-detail .content-contact .content-contact-header .reseaux p,
#primary .contact-detail .informations-contacts .infos-contact div,
#primary .contact-detail .informations-contacts .infos-contact div p,
#proposition-publication p.intro,
#proposition-document p.intro,
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: "Montserrat", sans-serif !important;
    color: #272C44 !important;
}

.vignette-album > p {
    color: #eeeeee;
}

.entry-content ul {
    list-style: none;
    /*position:relative;*/
    padding-left: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.entry-content ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce1.png');
    line-height: 1.5;
}

.entry-content ul li ul {
    margin-bottom: 0;
}

.entry-content ul li ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce2.png');
}

.entry-content ul li ul li ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce3.png');
}

.entry-content ol {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    counter-reset: section;
}

.entry-content ol li:before {
    content: counters(section, ".") " ";
    counter-increment: section;
}

.entry-content ol li ol li {
    padding-left: 20px;
}

.entry-content span.highlight,
#secondary span.highlight {
    background-color: #00BED6;
    padding: 0 3px;
}

.entry-content i,
#secondary i {
    font-style: italic;
}

.entry-content b,
#secondary b {
    font-weight: bold;
}

hr,
.entry-content hr {
    height: 1px;
    border: none;
    background-color: #c7c7c7;
    margin: 20px 0;
    clear: both;
}

.entry-content .alignleft {
    float: left;
    margin: 10px 20px 10px 0px;
}

.entry-content .aligncenter {
    display: block;
    margin: 5px auto;
}

.entry-content .alignright {
    float: right;
    margin: 10px 0px 10px 20px;
}

.entry-content .vignette-album img {
    margin: 0;
}

.entry-content img {
    max-width: 100%;
    margin: 15px 15px 15px 0px;
    height: auto;
}

.entry-content iframe {
    max-width: 100%;
    width: 100%;
}

.entry-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

video {
    width: 100% !important;
    height: auto !important;
}

.entry-content #carousel li {
    background-image: none;
    padding: 0;
}

.entry-content .bg-dark-gray {
    background-color: #363636;
    padding: 10px;
    color: #eee;
}

.entry-content .bg-green {
    background-color: #5c7d80;
    padding: 10px;
    color: #eee;
}

.entry-content table {
    width: 100%;
}

.entry-content table td {
    border: 1px solid #363636;
    padding: 5px;
}

.entry-content .pages {
    width: 48%;
}

.entry-content .attachment {
    margin-top: 20px;
}

.wp-caption img {
    width: 100%;
}

.wp-caption .link-external {
    display: block;
    height: 100%;
    position: relative;
}

.wp-caption .link-external svg {
    position: absolute;
    right: 5px;
    bottom: 5px;
}


/*à modifier sur prochains sites*/
#fenetre-content h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

#fenetre-information,
#fenetre-info-back {
    max-height: 500px !important;
}

#fenetre-information #fenetre-content,
#fenetre-information-back #fenetre-content {
    max-height: 450px !important;
}

#fenetre-information .entry-content,
#fenetre-information-back .entry-content {
    max-height: 305px !important;
}

.gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_time_"] label {
    display: none !important;
}

.gform_wrapper .gsection {
    border-bottom: none !important;
}

.gform_wrapper .gfield_time_hour i {
    margin-right: 5px;
}


/* **************************
*      _____           _
*     |_   ____   ___ | |___
*       | |/ _ \ / _ \| / __|
*       | | (_) | (_) | \__ \
*       |_|\___/ \___/|_|___/
*
***************************** */

.center,
.center-prop-internaute {
    margin: 0 auto;
    width: 1170px;
    z-index: 5;
    position: relative;
}

.clearfix {
    float: none;
    clear: both;
    padding: 0 !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.entry-content .pages.dinlblock {
    display: inline-block;
    vertical-align: top;
}

.entry-content .pages.dinlblock:nth-child(odd) {
    margin-right: 3%
}

.dnone {
    display: none;
}

.dblock {
    display: block;
}

.w100 {
    width: 100% !important;
}

.w50 {
    width: 50% !important;
}

.w33 {
    width: 33% !important;
}

.entry-content .pages.dinlblock {
    display: inline-block;
    vertical-align: top;
}

.entry-content .pages.dinlblock:nth-child(odd) {
    margin-right: 3%
}

.loader {
    background: url('../../noyau/images/core/loading.gif') 0 0 no-repeat;
    width: 32px;
    margin-top: 2%;
}

.loader-keyword {
    background: url('../../noyau/images/core/loading.gif') #eee right 6px center no-repeat;
    width: 32px;
}

.no-image-page {
    background: url('../../noyau/images/core/page.png') no-repeat center center;
}

.no-image-al {
    background: url('../../noyau/images/core/AL.png') no-repeat center center;
}

.no-image-actus {
    background: url('../../noyau/images/core/actus.png') no-repeat center center;
}

.no-image-agenda {
    background: url('../../noyau/images/core/agenda.png') no-repeat center center;
    background-color: rgba(0,0,0,0.1);
}

.no-image-contact {
    background: url('../../noyau/images/core/annuaire.png') no-repeat center center;
}

.no-image-ressources {
    background: url('../../noyau/images/core/ressources.png') no-repeat center center;
}

.no-image-pdf {
    background: url('../../noyau/images/core/pdf.png') no-repeat center center;
}

.no-image-doc {
    background: url('../../noyau/images/core/doc.png') no-repeat center center;
}

.no-image-xls {
    background: url('../../noyau/images/core/xls.png') no-repeat center center;
}

.no-image-zip {
    background: url('../../noyau/images/core/zip.png') no-repeat center center;
}

.no-image-ppt {
    background: url('../../noyau/images/core/ppt.png') no-repeat center center;
}

.no-image-mp3 {
    background: url('../../noyau/images/core/mp3.png') no-repeat center center;
}

.scroll-top {
    background: #00BED6;
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 102;
    cursor: pointer;
    transition: 0.3s;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    border-radius: 50%;
    text-align: center;
}

.scroll-top svg {
    fill: #fff;
    top: 13px;
    position: relative;
}

.scroll-top:hover {
    opacity: 0.7;
}

::-webkit-input-placeholder {
    color: #74797e;
}

:-moz-placeholder {
    color: #74797e;
}

::-moz-placeholder {
    color: #74797e;
}

:-ms-input-placeholder {
    color: #74797e;
}

/* Btn Envoyer (agenda/annuaire/contact) et btn site internet/contact (agenda/annuaire) */

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_footer input[type=submit],
.gpoll_wrapper input[type=button]:not(.gform_button_select_files),
.gform_wrapper .gform_footer .button,
#primary .content-agenda .site-contact a,
.content-agenda form button,
#primary .contact-detail .content-contact .site-contact a,
#primary .contact-detail .content-contact form ol li button,
#proposition-publication button.sousmettre-publication,
#proposition-publication a.btn-suivant-form,
#proposition-publication a.btn-precedent-form,
#proposition-publication button#soumettre-fiche,
#proposition-document #soumettre-document-form a.btn-suivant-form,
#proposition-document #soumettre-document-form a.btn-precedent-form,
#proposition-document #soumettre-document-form button#soumettre-document,
.propose-emploi.prop-publi a,
.template-password input[type="submit"],
.wysijap .entry-content input[type="submit"],
.gform_wrapper .gform_page_footer .button,
.wrapper-infobubble ul li a.voir-fiche,
.btn-style-ws,
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.submit-btn {
    color: #eee;
    border-radius: 4px;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 11px 5px;
    cursor: pointer;
    width: 150px;
    transition: all 0.3s ease-in-out;
    outline: none;
    float: right;
    text-align: center;
    margin: inherit;
}


.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_footer input[type=submit],
.gpoll_wrapper input[type=button]:not(.gform_button_select_files),
.gform_wrapper .gform_footer .button,
#primary .content-agenda .site-contact a,
.content-agenda form button,
#primary .contact-detail .content-contact .site-contact a,
#primary .contact-detail .content-contact form ol li button,
#proposition-publication button.sousmettre-publication,
#proposition-publication a.btn-suivant-form,
#proposition-publication a.btn-precedent-form,
#proposition-publication button#soumettre-fiche,
#proposition-document #soumettre-document-form a.btn-suivant-form,
#proposition-document #soumettre-document-form a.btn-precedent-form,
#proposition-document #soumettre-document-form button#soumettre-document,
.template-bdocumentaire-phototheque ul li .information-document a.telecharger,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter,
.template-bdocumentaire-phototheque ul li .information-document a.consulter-ligne,
#primary .wrapper-calendrier-gestion-ressources a.reserver-ressource,
.template-password input[type="submit"],
.wysijap .entry-content input[type="submit"],
.wrapper-infobubble ul li a.voir-fiche,
.btn-style-ws,
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.submit-btn {
    background: #272C44;
    margin-top: 20px;
}

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_footer input[type=submit],
.gpoll_wrapper input[type=button]:not(.gform_button_select_files),
.gform_wrapper .gform_footer .button,
.template-password input[type="submit"],
.wysijap .entry-content input[type="submit"],
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button{
    height: 40px;
}

#proposition-publication a.btn-precedent-form,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.submit-btn {
    float: left;
}


.gform_wrapper .gform_page_footer .button.gform_button:hover,
.gpoll_wrapper input[type=button]:not(.gform_button_select_files):hover,
.gform_wrapper .gform_footer .button:hover,
#primary .content-agenda .site-contact a:hover,
.content-agenda form button:hover,
#primary .contact-detail .content-contact .site-contact a:hover,
#primary .contact-detail .content-contact form ol li button:hover,
#proposition-publication button:hover.sousmettre-publication,
#proposition-publication a:hover.btn-suivant-form,
#proposition-publication a:hover.btn-precedent-form,
#proposition-publication button:hover#soumettre-fiche,
#proposition-document #soumettre-document-form button#soumettre-document:hover,
#proposition-document #soumettre-document-form a:hover.btn-suivant-form,
#proposition-document #soumettre-document-form a:hover.btn-precedent-form,
.template-bdocumentaire-phototheque ul li .information-document a:hover.telecharger,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter:hover,
.template-bdocumentaire-phototheque ul li .information-document a:hover.consulter-ligne,
#primary .wrapper-calendrier-gestion-ressources a:hover.reserver-ressource,
.template-password input[type="submit"]:hover,
.ui-autocomplete li:hover,
.wysijap .entry-content input[type="submit"],
.gform_wrapper .gform_page_footer .button:hover,
.wrapper-infobubble ul li a:hover.voir-fiche,
.btn-style-ws:hover,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.submit-btn:hover {
    background: rgba(39,44,68,0.8);
}

/* Image background-color pour toutes les images */
#primary .template-affilistes-navprofil ul.liste-publication li a .img-al,
#primary .template-filtrages ul.liste-publication li a .img-al,
#primary .template-actualites ul li a .img-actu,
#primary .template-agenda ul li a span.img-agenda,
#primary .template-annuaire-contacts ul li.vignette a .img-contact,
#primary .template-bdocumentaire-phototheque ul li .image-a-la-une,
#primary .template-gestion-ressources ul li span.img-ressources,
#primary .template-emploi ul.liste-publication li a .img-al,
.liste-album .item-album .image-album-empty {
    background-color: #a0a2a4;
}

/* *******************************************************************************
*      _   _ ___      _         _                                  _      _
*     | | | |_ _|    / \  _   _| |_ ___   ___ ___  _ __ ___  _ __ | | ___| |_ ___
*     | | | || |    / _ \| | | | __/ _ \ / __/ _ \| '_ ` _ \| '_ \| |/ _ | __/ _ \
*     | |_| || |   / ___ | |_| | || (_) | (_| (_) | | | | | | |_) | |  __| ||  __/
*      \___/|___| /_/   \_\__,_|\__\___/ \___\___/|_| |_| |_| .__/|_|\___|\__\___|
*                                                           |_|
*
********************************************************************************** */

.ui-autocomplete {
    padding: 0 !important;
    border: 1px solid #272C44;
    border-top: none;
    z-index: 3;
    width: 100% !important;
    box-sizing: border-box;
}

.ui-autocomplete li,
.ui-menu .ui-menu-item {
    border: none;
    background: #eeeeee;
    float: none !important;
    padding: 6px 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.ui-autocomplete-category {
    padding: 0;
    cursor: normal;
}

.ui-autocomplete li a {
    color: #3b3b3b !important;
    text-transform: none;
    padding: 3px 10px !important;
    font-weight: normal;
}

.ui-autocomplete li a.ui-state-focus {
    background: #F6FBFF !important;
    color: #3b3b3b !important;
    border: none !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.ui-autocomplete .ui-autocomplete-category {
    background: #33617f;
    color: #eeeeee;
    overflow: hidden;
}

.ui-autocomplete .ui-autocomplete-category span {
    padding: 7px 5px;
    display: block;
    font-size: 14px;
    color: #000000;
}

.ui-autocomplete li a {
    font-size: 12px;
}


/* ***********************************************************************************************

    ███████╗██╗████████╗███████╗    ██╗    ██╗███████╗██████╗
    ██╔════╝██║╚══██╔══╝██╔════╝    ██║    ██║██╔════╝██╔══██╗
    ███████╗██║   ██║   █████╗      ██║ █╗ ██║█████╗  ██████╔╝
    ╚════██║██║   ██║   ██╔══╝      ██║███╗██║██╔══╝  ██╔══██╗
    ███████║██║   ██║   ███████╗    ╚███╔███╔╝███████╗██████╔╝

************************************************************************************************* */

/* ***************************************************
*         _                        _ _
*        / \   ___ ___ ___ ___ ___(_| |__   __ _ _ __
*       / _ \ / __/ __/ _ / __/ __| | '_ \ / _` | '__|
*      / ___ | (_| (_|  __\__ \__ | | |_) | (_| | |
*     /_/   \_\___\___\___|___|___|_|_.__/ \__,_|_|
*
****************************************************** */

.accessibar-div {
    width: 100%;
    padding: 20px 0;
    display: none;
    color: #032848;
    z-index: 3333;
    overflow: hidden;
    left: 0;
}

.accessibar-div h2 {
    width: 240px;
    padding-top: 30px;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    float: left;
    border: none;
    margin: 0;
    padding-left: 15px;
}

.accessibar-div h3 {
    margin: 5px 0;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}

.accessibar-div .confortdelecture {
    width: 315px;
    height: 98px;
    padding: 14px;
    float: left;
}

.accessibar-div .confortdelecture span {
    padding-bottom: 10px;
    display: block;
}

.accessibar-div .confortdelecture a {
    padding-right: 5px;
}

.accessibar-div .confortdelecture a.utmini {
    padding-left: 30px;
    padding-right: 0;
}

.accessibar-div .vocalisation {
    width: 157px;
    height: 98px;
    padding: 14px;
    margin-left: 16px;
    float: left;
}

.accessibar-div .vocalisation h3 {
    text-align: center;
}

.accessibar-div .vocalisation a {
    display: block;
    text-align: center;
}

.accessibar-div .vocalisation img {
    margin-top: 9px;
}

.accessibar-div .skyplink {
    width: 148px;
    height: 98px;
    padding: 14px 0;
    margin-left: 16px;
    float: left;
    margin-right: 30px;
}

.accessibar-div .skyplink a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4em;
}

.accessibar-div .skyplink a:hover {
    text-decoration: underline;
}

.accessibar-div p {
    float: left;
    margin-top: 30px;
}

.accessibar-div #google-translate {
    margin: 55px 0 0 50px;
    display: flex;
}

/* A modifier */
.accessibar-div h2,
.accessibar-div h3,
.accessibar-div .skyplink a,
.accessibar-div .confortdelecture span {
    color: #eee;
}

.accessibar-div .skyplink a {
    font-family: "Montserrat", sans-serif;
}

.accessibar-div .confortdelecture,
.accessibar-div .vocalisation {
    background-color: #909090;
}

#accessibilite {
    height: 0;
    display: flex;
    justify-content: flex-start;
    opacity: 0;
}

#accessi-sitemap,
#accessi-content {
    display: inline-block;
    color: #131313;
    text-decoration: none;
    margin: 0 20px;
    position: relative;
    z-index: -1;
}

#accessi-content {
    margin: 0;
}

#accessi-form {
    display: inline-block;
}

#accessi-form input::placeholder {
    color: rgba(0, 0, 0, .5);
}

#accessi-form button:hover,
#accessi-form button:focus {
    background: #909090;
}

#accessi-sitemap:focus,
#accessi-content:focus {
    z-index: 1;
}

/* ****************************
*      __  __
*     |  \/  | ___ _ __  _   _
*     | |\/| |/ _ | '_ \| | | |
*     | |  | |  __| | | | |_| |
*     |_|  |_|\___|_| |_|\__,_|
*
******************************* */
/*Menu*/
header .menu {
    display: flex;
    position: relative;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -55px;
}
header .menu > svg {
    width: 1500px;
    height: 87px;
    position: absolute;
    top: -1px;
    z-index: 1;
}

header .menu__burger {
    display: none;
    width: 170px;
    height: 60px;
    margin-top: -16px;
    background: transparent;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

header .menu__burger__svg {
    width: 16px;
    height: 13px;
    fill: #ffffff;
}

header .menu__burger__text {
    display: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-left: 30px;
    margin-right: 22px;
    color: #fff;
}

header .menu__nav {
    flex: 1;
    height: 87px;
    position: relative;
}

header .menu::after { 
    content: '';
    width: 1500px;
    height: 127px;
    background-size: cover;
    background-position: 0 top;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/pictos/Menu.svg);
    border-radius: 10px 0 0 10px;
    z-index: -1;
}
.search-icon {
    cursor: pointer;
    margin-bottom: 12px;
}
.search-icon svg {
    height: 22px;
    width: 22px;
    margin-top: 15px;
}
.search-icon:hover svg path {
    fill: #00BED6;
}
header.active .search-icon svg {
    margin-top: 0;
}
.home .search-icon {
    display: none;
}
header.active .search-icon {
    display: block;
}

/*Liste des entrées du menu*/
header .menu__nav__list {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    /*background: #00277E;*/
}

/*header .menu__nav__list::before {
    content: '';
    width: 1500px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1500px;
    background: #00277E;
}

header .menu__nav__list::after {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top: 0px;
    border-bottom: 45px solid transparent;
    border-right: 1500px solid #00277E;
    position: absolute;
    top: 50px;
    left: 10px;
    border-radius: 0 0 0 10px;
}*/

header .menu__nav__list li {
    cursor: pointer;
    transition: 1s;
}

header .menu__nav__list > li {
    display: flex;
    height: 125px;
    padding: 0 10px;
/*     flex: 1 0 0;
 */    justify-content: center;
    color: #fff;
} 

header .menu__nav__list > li > span {
    font-family: "Montserrat", sans-serif;
    position: relative;
    width: 100%;
    height: calc(100% - 42px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}
header .menu__nav__list > li:hover > span {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #00BED6;
}


/*Sous-menu*/
header .menu__nav__list li:hover .sub-menu {
   /*  display: block; */
    transition: .5s;
    visibility: visible;
    opacity: 1;
}
header.active .menu__nav__list li .sub-menu {
    top: 60px;
}
header.active .menu__nav__list li:hover .sub-menu {
    top: 60px;
    transition: .5s;
    padding: 40px 15px 35px;
}

header .menu__nav__list li .sub-menu {
/*     display: none; */
    top: 44px;
    box-sizing: border-box;
    padding: 80px 15px 35px;
    z-index: -1;
    margin: 0;
    position: absolute;
    width: 1170px;
    background: #ECECEC;
    left: -413px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
header .sub-menu:before ,
header .sub-menu:after {
   display: block;
    content: '';
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #ECECEC;
    transition: 1s;
}
header .sub-menu:before {
    left: -2000px;
}
header .sub-menu:after {
    right: -2000px;
}
header .sub-menu ul.bloc-menu-left,
header .sub-menu ul.bloc-menu-middle,
header .sub-menu ul.bloc-menu-right {
    width: 356px;
    overflow: hidden;
    float: left;
    transition: .5s;
}

header .sub-menu ul.bloc-menu-left,
header .sub-menu ul.bloc-menu-middle {
    margin-right: 30px;
}

header .sub-menu ul.bloc-menu-left li:first-child,
header .sub-menu ul.bloc-menu-middle li:first-child,
header .sub-menu ul.bloc-menu-right li:first-child {
    border-top: 1px solid #00277E;
}

header .sub-menu > ul > li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #00277E;
}

header .sub-menu ul > li > a,
header .sub-menu ul > li > span {
    font-family: "Montserrat", sans-serif;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    width: auto;
    position: relative;
    color: #00277E;
    transition: .25s;
}

header .sub-menu > ul > li.children-2 {
    border-bottom: 1px solid #00277E;
}

header .sub-menu ul > li.children-2 > a,
header .sub-menu ul > li.children-2 > span {
    font-size: 12px;
    padding: 10px 10px 10px 20px;
    text-transform: none;
}

header .sub-menu ul li a:hover,
header .sub-menu ul li span:hover {
    background: #00277E;
    color: #fff;
    padding: 10px 10px 10px 20px;
}



/* *************************************
*      _   _                _
*     | | | | ___  __ _  __| | ___ _ __
*     | |_| |/ _ \/ _` |/ _` |/ _ | '__|
*     |  _  |  __| (_| | (_| |  __| |
*     |_| |_|\___|\__,_|\__,_|\___|_|
*
**************************************** */
header .logo-fixe-hidden {
    display: block;
}    
header .logo-fixe-visible {
    display: none;
}
header {
    position: relative;
    z-index: 100;
    height: 120px;
    display: flex;
    align-items: center;
    transition: .25s;
}
header.active {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
}
header.active .header-menus {
    justify-content: space-between;
}
header.active .utilitaires-header {
    margin: 18px 0;
}
header.active .menu {
    margin-bottom: 0;
    height: 60px;
}
header.active .sub-menu {
    top: 60px;
    padding: 50px 15px 35px;
}
header.active .menu__nav {
    height: 60px;
}
header.active .menu__nav__list > li {
    height: 60px;
    align-items: center;
}
header.active .menu:after {
    background-color: #00277E;
    border-radius: 10px 0px 0px 0px;
    height: 60px;
    background-position: 5px top;
    background-image: none;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
}
header.active .search-icon {
    margin-bottom: 0;
}
header > .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header #uci_link {
    display: none;
}

header .identite {
    display: flex;
    text-decoration: none;
    align-items: center;
}

header .identite svg {
    width: 342px;
    margin-right: 15px;
}
header.active .menu__nav__list > li:nth-child(1) {
    width: 108px;
}
header.active .menu__nav__list > li:nth-child(2) {
    width: 304px;
}
header.active .menu__nav__list > li:nth-child(3) {
    width: 190px;
}
/*Utilitaires*/
header .header-menus {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .utilitaires-header {
    display: flex;
    align-items: center;
    margin: 22px 0;
}

header .utilitaires-header li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #272C44;
    margin: 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    transition: .25s;
}
header .utilitaires-header li:hover a {
    color: #00277E;
}
header .utilitaires-header li a svg {
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px;
}
header .utilitaires-header li a svg path {
    color: #272C44;
    transition: .25s;
}
header .utilitaires-header li:hover a svg path {
    fill: #00277E;
}

/*Utilitaires depliant*/
header .utilitaires-accessibar-div {
    width: 100%;
    position: absolute;
    z-index: 10;
}

header .utilitaires-accessibar-div .utilitaires-div {
    text-align: right;
    padding: 0;
    height: 0;
    display: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

header .utilitaires-accessibar-div.hover-utilitaire .utilitaires-div {
    padding: 20px;
    height: auto;
    display: block;
    /*background:#909090;*/
}

header .utilitaires-accessibar-div .utilitaires-div #google_translate_element .goog-te-gadget-simple {
    padding: 5px 0;
}

header .utilitaires-accessibar-div.hover-accessibar .accessibar-div {
    display: block;
    background: #909090;
}

header .infos-profil {
    visibility: hidden;
    position: absolute;
    top: 0px;
    background: #909090;
    right: 0;
    margin: 0 auto;
    width: 245px;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0;
}

header .utilitaires-accessibar-div.hover-profil .infos-profil {
    visibility: visible;
    opacity: 1;
}

header .infos-profil h3 {
    color: #eeeeee;
    font-size: 16px;
}

header .infos-profil li {
    background: url('../images/HeaderProfilPuce.png') no-repeat right center;
}

header .infos-profil li a {
    display: block;
    text-decoration: none;
    color: #eeeeee;
    font-size: 14px;
    line-height: 30px;
    border-top: 1px solid #eeeeee;
    transition: .25s;
    box-sizing: border-box;
}

header .infos-profil li:hover a {
    padding: 0 0 0 10px;
    /* background:#eeeeee;color:#909090; */
}

header .infos-profil li:last-child a {
    border-bottom: 1px solid #eeeeee;
}

/*Panel*/
header .panel {
    width: 0px;
    height: 100%;
    background: #909090;
    position: fixed;
    right: -20px;
    top: 0;
    z-index: 30;
    transition: .5s;
    padding: 20px 0 0 20px;
}

header .panel .panel-toggle {
    position: absolute;
    left: -40px;
    top: 50px;
    width: 40px;
    height: 40px;
    background: #909090;
    transition: .25s;
    cursor: pointer;
    z-index: 10;
    border-radius: 15% 0 0 15%;
    text-align: center;
}

header .panel .panel-toggle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -4px;
}

header .panel .panel-toggle svg {
    display: inline-block;
    vertical-align: middle;
    fill: #eeeeee;
    width: 11px;
    height: 19px;
    transition: .25s;
}

header .panel.fullpanel .panel-toggle svg {
    transform: rotate(180deg);
}

header .panel.fullpanel {
    width: 700px;
}

.admin-bar .panel {
    top: 32px;
    z-index: 10000003;
}

.panel .content-panel {
    display: block;
    opacity: 0;
    width: calc(100% - 60px);
    transform: translate(300px, 0);
    transition: transform .25s ease-in-out 0s, opacity .8s ease-in-out 0s;
}

.panel.fullpanel .content-panel {
    opacity: 1;
    transform: translate(20px, 0);
    transition: transform .25s ease-in-out .2s, opacity .5s ease-in-out .2s;
}

header .panel,
header .panel a {
    color: #eeeeee;
    transition: .25s;
}

header .panel .titre-panel {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 15px;
}

header .panel ul.acces {
    line-height: 1.75;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;
}

/* header .panel ul.acces li{width:50%;float:left;} */
header .panel a:hover {
    text-decoration: none;
    padding-left: 5px;
}

header .panel .search {
    margin-top: 40px;
}

header .panel .search input {
    width: 580px;
    height: 54px;
    border: none;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    color: #272C44;
    font-size: 18px;
    font-weight: bold;
}

header .panel .search button {
    width: 40px;
    height: 54px;
    border: none;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    background: #272C44;
    color: #eeeeee;
}

header #google_translate_element {
    display: none;
}

iframe.goog-te-menu-frame {
    top: 162px !important;
    left: calc((50% + 970px / 2) - 181px) !important;
    box-shadow: none !important;
}

/* ******************************************************
*      _____                _
*     |  ____ __ ___  _ __ | |_   _ __   __ _  __ _  ___
*     | |_ | '__/ _ \| '_ \| __| | '_ \ / _` |/ _` |/ _ \
*     |  _|| | | (_) | | | | |_  | |_) | (_| | (_| |  __/
*     |_|  |_|  \___/|_| |_|\__| | .__/ \__,_|\__, |\___|
*                                |_|          |___/
*
********************************************************* */
.home-grey-figure svg {
    position: absolute;
    top: -850px;
    left: -2440px;
}

.front-page h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
}

.front-page h1 span {
    font-weight: 300;
    font-size: 45px;
    line-height: 60px;
    text-transform: initial;
}
/* Banniere */
.home-banniere {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 9;
}
.home-banniere .caroufredsel_wrapper {
    height: 100%!important;
}
.home-banniere_slide {
    display: flex;
    height: 100%!important;
}
.home-banniere_slide li {
    height: 100%!important;
}
.home-banniere_slide li img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    object-position: top;
}
.home-banniere .nav-banniere {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    max-width: 1170px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .25s;
}
.home-banniere:hover .nav-banniere {
    opacity: 1;
}  
.home-banniere .nav-banniere span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00BED6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: auto 25px;
}
.home-banniere .nav-banniere .nav-banniere__arrow--next {
    transform: rotate(180deg);
}
.home-banniere .toggle-search {
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
    width: 265px;
    height: 44px;
    background: #00277E;
    border-radius: 6px;
    box-sizing: content-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: .25s;
}
.home-banniere .toggle-search:hover {
    color: #00277E;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.3);
}
.home-banniere .toggle-search svg {
    margin-right: 12px;
}
.home-banniere .toggle-search svg path {
    transition: .25s;
}
.home-banniere .toggle-search:hover svg path {
    fill: #00277E;
}

/* A LA UNE */
.a-la-une {
    width: 100%;
    position: relative;
    height: 485px;
    width: 745px ;
    margin-top: 45px;
}
.a-la-une h1 {
    color: #272C44;
    position: absolute;
    left: 390px;
    top: 25px;
    z-index: 9;
    line-height: 124px;
    max-width: 360px;
    width: 100%;
    top: 0;
    z-index: 1;
}
.a-la-une h1 span {
    color: #00BED6;
}
.a-la-une .a-la-une-media {
    width: 745px !important;
}
.a-la-une .a-la-une-media .a-la-une-item {
    text-decoration: none;
    display: flex;
    height: 500px!important;
    overflow: hidden;
}
.a-la-une a {
    text-decoration: none;
}
.a-la-une  .nav-a-la-une {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 425px;
    top: 113px;
    z-index: 2;
}
.a-la-une .nav-a-la-une span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00BED6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-right: 20px;
    transition: .25s;
}
.a-la-une .nav-a-la-une span:hover {
    background: #272C44;
}
.a-la-une  .nav-a-la-une .nav-une__arrow--next {
    transform: rotate(180deg);
}
.diapo-wrapper-image {
    width: 370px;
    height: 485px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.diapo-wrapper-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .5s;
    transform: scale(1);
}
.diapo-wrapper-image:hover img {
    transform: scale(1.2);
}
.diapo-wrapper-content {
    width: 407px;
    height: 301px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 65px 15px 30px 35px;
    margin-top: 130px;
    margin-left: -35px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}
.diapo-wrapper-content h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 15px;
    border-bottom: 0;
    padding-bottom: 0;
}
.diapo-wrapper-content p {
    font-size: 20px;
    line-height: 22px;
}
.a-la-une .savoirplus {
    width: 141px;
    height: 41px;
    background: #272C44;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: -20px;
    right: 40px;
    transition: .25s;
}
.a-la-une .a-la-une-media .a-la-une-item:hover .savoirplus {
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    background: #fff;
    color: #272C44;
}
/* Home en-1-clic */
.en-1-clic {
    display: flex;
    margin-top: 45px;
    flex-direction: inherit;
    position: relative;
    padding-left: 70px;
}
.en-1-clic_title {
    left: 0;
    position: absolute;
}
.en-1-clic .visible-mobile {
    display: none;
}
.en-1-clic h1 {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(-180deg);
    color: #272C44;
}
.en-1-clic h1 span {
    color: #00BED6;
}
.en-1-clic .en-1-clic_listing li a {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    color: #1F1F1F;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s;
    width: 261px;
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.en-1-clic .en-1-clic_listing li a svg {
    width: 70px;
    height: 70px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    fill: #fff;
    padding: 9px;
    box-sizing: border-box;
    margin-right: 30px;
}
.en-1-clic .clic-mairie a svg {
    background: #614FA1;
}
.en-1-clic .clic-famille a svg {
    background: #3FAE49;
}
.en-1-clic .clic-etat-civil a svg {
    background: #EB4F89;
}
.en-1-clic .clic-theatre a svg {
    background: #00277E;
}
.en-1-clic .clic-tourisme a svg {
    background: #00BED6;
}
.en-1-clic .clic-annuaire a svg {
    background: #F8BC20;
}
.en-1-clic .clic-cinema a svg {
    background: #F6842A;
}
.en-1-clic .en-1-clic_listing .clic-mairie a:hover {
    background: #614FA1;
    color: #fff;
}
.en-1-clic .en-1-clic_listing .clic-famille a:hover {
    background: #3FAE49;
    color: #fff;
}
.en-1-clic .en-1-clic_listing .clic-etat-civil a:hover {
    background: #EB4F89;
    color: #fff;
}
.en-1-clic .en-1-clic_listing .clic-theatre a:hover {
    background: #00277E;
    color: #fff;
}
.en-1-clic .en-1-clic_listing .clic-tourisme a:hover {
    background: #00BED6;
    color: #fff;
}
.en-1-clic .en-1-clic_listing .clic-annuaire a:hover {
    background: #F8BC20;
    color: #fff;
}
.en-1-clic .en-1-clic_listing .clic-cinema a:hover {
    background: #F6842A;
    color: #fff;
}
/* Home agenda */
.home-agenda {
    position: relative;
    z-index: 7;
    margin-bottom: 66px;
}
.home-agenda .agenda--content {
    display: flex;
}
.home-agenda .agenda_nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-agenda .agenda_nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00BED6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: .25s;
}
.home-agenda .agenda_nav span:hover {
    background: #272C44;
}
.home-agenda .agenda_nav .agenda_nav--next {
    transform: rotate(180deg);
}
.home-agenda h1 {
    text-align: center;
    color: #00BED6;
    margin-bottom: 25px;
}
.home-agenda h1 span {
    color: #1F1F1F;
}
.home-agenda .caroufredsel_wrapper {
    /* height: 440px !important; */
}
.home-agenda .ag_big {
    width: 585px !important;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    margin-bottom: 35px;
}

.home-agenda .ag_image {
    width: 270px;
    height: 215px;
    left: 0px;
    top: 0px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
    border-radius: 10px;
    overflow: hidden;
}

.home-agenda .ag_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.home-agenda .ag_big:hover .ag_image img,
.home-agenda .ag_big:focus .ag_image img {
    transform: scale(1.2);
}

.home-agenda .ag_infos {
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px 0 30px;
    transition: .6s;
    flex: 1;
    box-sizing: border-box;
}
.home-agenda h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #1F1F1F;
    text-transform: initial;
    border-bottom: none;
    margin: 0;
}

.home-agenda .ag_dates {
    color: #1F1F1F;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
}
.ag_more {
    width: 142px;
    height: 41px;
    border: 1px solid #00BED6;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #00BED6;
    background-color: transparent;
    transition: .25s;
}
.home-agenda .ag_big:hover .ag_more {
    color: #1F1F1F;
    background-color: #00BED6;
}
.home-agenda .voir-evenements {
    margin: 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272C44;
    width: 260px;
    height: 40px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    transition: .25s;
}
.home-agenda .voir-evenements:hover {
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    background: #fff;
    color: #272C44;
}
/* Home actualités */
.home-actualites {
    margin-bottom: 65px;
    position: relative;
    z-index: 6;
}
.home-actualites h1 {
    text-align: center;
    color: #272C44;
    margin-bottom: 25px;
}
.home-actualites h1 span {
    color: #00BED6;
}
.home-actualites .container-actus {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.home-actualites .container-actus .bloc-actus {
    display: none;
    margin: 4px 4px 25px 4px;
    background: #FFFFFF;
    border-radius: 10px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
    min-height: 190px;
    width : 370px;
    position: relative;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
}
.home-actualites .container-actus .bloc-actus:nth-child(0n+1),
.home-actualites .container-actus .bloc-actus:nth-child(0n+2),
.home-actualites .container-actus .bloc-actus:nth-child(0n+3) {
    display: block;
}
.home-actualites .container-actus .bloc-actus .infos-actus {
    padding: 20px 20px 15px 30px;
}
.home-actualites .container-actus .bloc-actus .infos-actus p {
    margin-bottom: 0;
}
.home-actualites .container-actus .bloc-actus h2 {
    font-size: 22px;
    line-height: 24px;
    color: #00277E;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: initial;
    border-bottom: none;
    font-weight: bold;
    transition: .25s;
    padding-bottom: 0;
}
.home-actualites .container-actus .bloc-actus:hover h2 {
    margin-top: -5px;
}
 .home-actualites .container-actus .bloc-actus svg {
    margin-left: 5px;
    margin-top: 2px;
} 
.home-actualites .voir-actus {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272C44;
    width: 260px;
    height: 40px;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    transition: .25s;
}
.home-actualites .voir-actus:hover {
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    background: #fff;
    color: #272C44;
}
.home-actualites .actus_nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-actualites .actus_nav span {
    display: none;
    align-items: center;
    justify-content: center;
    background: #00BED6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.home-actualites .actus_nav span:hover {
opacity: 0.6;
}
.home-actualites .actus_nav .actus_nav--next {
    transform: rotate(180deg);
}
/* Home ZOOM */
.home-zoom {
    width: 50%;
    margin-bottom: 66px;
    position: relative;
}
.home-zoom > svg {
    position: absolute;
    top: -590px;
    right: 25px;
    z-index: -1;
}
.home-zoom h1 {
    color: #272C44;
    margin-bottom: 25px;
}
.home-zoom h1 span {
    color: #FFFFFF;
}
.home-zoom a {
    text-decoration: none;
    display: flex;
}
.home-zoom .wrapper-img {
    width: 304px;
    height: 252px;
    overflow: hidden;
    border-radius: 10px;
}
.home-zoom .wrapper-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .6s;
}

.home-zoom a:hover .wrapper-img img {
    transform: scale(1.2);
}
.home-zoom .wrapper-content {
    width: 296px;
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 15px 25px 30px;
    color: #1F1F1F;margin-top: -90px;
    margin-left: -30px;
    z-index: 1;
    position: relative;
}
.home-zoom .wrapper-content h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #1F1F1F;
    border-bottom: none;
    margin: 0 0 20px;
    padding-bottom: 0;
}
.home-zoom .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272C44;
    width: 140px;
    height: 40px;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    transition: .25s;
    position: absolute;
    bottom: -20px;
    right: 30px;
}
.home-zoom .btn-more:hover {
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    background: #fff;
    color: #272C44;
}
/* Home publications */
.home-publications {
    width: 50%;
    margin-bottom: 86px;
    padding-left: 30px;
}
.home-publications h1 {
    color: #272C44;
    margin-bottom: 25px;
}
.home-publications h1 span {
    color: #00BED6;
}
.home-publications .publications-content {
    position: relative;
    padding-bottom: 10px;
}
.home-publications .doc-wrapper {
    display: flex;
    margin-top: 4px;
}
.home-publications .doc-wrapper h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #272C44;
    border-bottom: none;
    margin: 50px 0 15px;
    padding-bottom: 0;
}
.home-publications .doc-pic {
    width: 170px;
    height: 243px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.home-publications .doc-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-publications .doc-info {
    flex: 1;
    padding-left: 30px;
    padding-bottom: 20px;
}
.home-publications .doc-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.home-publications .doc-desc {
    margin-bottom: 12px;
}
.home-publications .doc-btn {
    display: flex;
}
.home-publications .doc-btn a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #272C44;
    border: 1px solid #272C44;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    text-decoration: none;
    margin-right: 20px;
    transition: .25s;
    background-color: #fff;
}
.home-publications .doc-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #272C44;
}
.home-publications .doc-btn a svg {
    margin-right: 10px;
}
.home-publications .doc-btn a svg path, {
    fill: #272C44;
    stroke: #272C44;
    transition: .25s;
}
.home-publications .doc-btn a:hover svg path {
    fill: #fff;
    stroke: #fff;
}
.home-publications .publications-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 200px;
}
.home-publications .publications-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00BED6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-right: 20px;
    transition: .25s;
}
.home-publications .publications-nav span:hover {
    background: #272C44;
}
.home-publications .publications-nav .publications-nav--next {
    transform: rotate(180deg);
}
.home-publications .voir-publications {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272C44;
    width: 280px;
    height: 40px;
    margin: 20px 0 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    transition: .25s;
}
.home-publications .voir-publications:hover {
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    background: #fff;
    color: #272C44;
}
/*Templates de proposition*/

.post-template-template-prop-actu-php .center-prop-internaute,
.post-template-template-prop-evenement-php .center-prop-internaute,
.post-template-template-prop-contact-php .center-prop-internaute {
    position: static;
    margin: 0 auto 50px;
}

/* .post-template-template-prop-actu-php .contextualites-on .center-prop-internaute,
.post-template-template-prop-evenement-php .contextualites-on .center-prop-internaute,
.post-template-template-prop-contact-php .contextualites-on .center-prop-internaute{width:810px;float:left;} */
.post-template-template-prop-actu-php .center-prop-internaute h2,
.post-template-template-prop-evenement-php .center-prop-internaute h2,
.post-template-template-prop-contact-php .center-prop-internaute h2 {
    display: none;
}

.post-template-template-prop-actu-php .center-prop-internaute .intro,
.post-template-template-prop-evenement-php .center-prop-internaute .intro,
.post-template-template-prop-contact-php .center-prop-internaute .intro {
    display: none;
}

.post-template-template-prop-actu-php .center-prop-internaute .close-popup,
.post-template-template-prop-evenement-php .center-prop-internaute .close-popup,
.post-template-template-prop-contact-php .center-prop-internaute .close-popup {
    display: none;
}

.post-template-template-prop-actu-php .center-prop-internaute #proposition-publication,
.post-template-template-prop-evenement-php .center-prop-internaute #proposition-publication,
.post-template-template-prop-contact-php .center-prop-internaute #proposition-publication {
    padding: 20px;
    display: block;
}

.post-template-template-prop-contact-php .panel-annuaire-contact {
    display: none;
}





/* *********************************
*      _____           _
*     |  ______   ___ | |_ ___ _ __
*     | |_ / _ \ / _ \| __/ _ | '__|
*     |  _| (_) | (_) | ||  __| |
*     |_|  \___/ \___/ \__\___|_|
*
************************************ */



/* **************************
*      ____
*     |  _ \ __ _  __ _  ___
*     | |_) / _` |/ _` |/ _ \
*     |  __| (_| | (_| |  __/
*     |_|   \__,_|\__, |\___|
*                 |___/
*
***************************** */

/* Si le site à un plugin bandeau */
header .bandeau-site .bandeau-publications {
    height: 250px;
    position: relative;
}

/* Breacrumb */
#breadcrumbs {
    background: #ECECEC;
    min-height: 72px;
    display: flex;
    align-items: center;
}
#breadcrumbs .center {
    display: flex;
    flex-wrap: wrap;
}

#breadcrumbs .vous-etes-ici {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #272C44;
    margin-right: 15px;
}

#breadcrumbs span.post-title,
#breadcrumbs a,
#breadcrumbs span a,
#breadcrumbs span.sep {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #272C44;
    text-transform: initial;
    margin: 0 10px;
}
#breadcrumbs > .center > div {
    display: flex;
    flex-wrap: wrap;
}

#breadcrumbs div {
    display: inline-block;
}

#breadcrumbs span {
    display: inline-block;
}

#breadcrumbs span.sep {
    margin: 0 4px;
}

#breadcrumbs span a:hover {
    text-decoration: none;
}

/* Primary + Titre et intro de la publication */
#wrapper .top-publication .imagealaune {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#wrapper .top-publication .imagealaune img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top center;
}

#wrapper .top-publication .header-page {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 60px;
    text-align: center;
}

#wrapper .top-publication .header-page .entry-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

#wrapper .top-publication .header-page .introduction {
    font-size: 20px;
    line-height: 22px;
    color: #1F1F1F;
}

#primary {
    width: 100%;
    margin-bottom: 20px;
}

#primary.contextualites-on,
.size-with-contextualites,
.size-template-filtres,
.post-template-template-documents-php #primary > .entry-content,
.post-template-template-gestion-ressources-php #primary > .entry-content,
.post-template-template-agenda-php #primary > .entry-content,
.post-template-template-actualites-php #primary > .entry-content,
.post-template-template-annuairecontact-php #primary > .entry-content {
    width: 770px;
    float: left;
}

#primary .entry-content {
    padding: 0 0 10px;
}

#primary .entry-content p {
    margin-bottom: 10px;
}

#primary .google-map-access {
    width: 100%;
}

/* ****************************************
*      ____  _     _      _
*     / ___|(_) __| | ___| |__   __ _ _ __
*     \___ \| |/ _` |/ _ | '_ \ / _` | '__|
*      ___) | | (_| |  __| |_) | (_| | |
*     |____/|_|\__,_|\___|_.__/ \__,_|_|
*
******************************************* */

/* Commun à tous les blocs et style par défaut */
#secondary,
#primary .wrapper-panel {
    width: 370px;
    float: right;
    background-color: #ECECEC;
    color: #1F1F1F;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
#secondary:before,
#primary .wrapper-panel:before {
    content: '';
    position: absolute;
    top: -140px;
    left: 0;
    display : inline-block;
    height : 0;
    width : 0;
    border-bottom : 140px solid #ECECEC;
    border-left : 1200px solid transparent;
    z-index: -1;
}
#secondary:after,
#primary .wrapper-panel:after {
    content: '';
    width: 2000px;
    height: 100%;
    position: absolute;
    right: -2000px;
    top: 0;
    background: #ECECEC;
}

#secondary .alignleft {
    float: left;
    margin: 5px 15px 5px 0px;
}

#secondary .aligncenter {
    display: block;
    margin: 5px auto;
}

#secondary .alignright {
    float: right;
    margin: 5px 0px 5px 15px;
}

#secondary a.link-external-contextualite {
    background: url('../images/lien_externe.png') no-repeat right top 4px;
    padding-right: 15px;
}

#secondary a.email-mailto-contextualite {
    background: url('../images/enveloppe_mail.png') no-repeat right top 6px;
    padding-right: 15px;
}

#secondary a:hover {
    text-decoration: none;
}

#secondary ol {
    position: relative;
    counter-reset: item;
}

#secondary table {
    width: 100%;
}

#secondary table td {
    border: 1px solid #363636;
    padding: 5px;
}

#secondary .attachment {
    margin-top: 20px;
}

/* Custom sidebar - A effacer pour prochain site */
/*#secondary {position:absolute;right:0;height:100%;}*/

/* Bloc context défaut sur tous les blocs */
#secondary .bloc-context {
    word-break: break-word;
    padding: 10px 20px;
    position: relative;
}

#secondary .bloc-context:last-child {
    padding-bottom: 20px;
}

#secondary .bloc-context h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #272C44;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    margin: 15px 0 30px;
}

#secondary .bloc-context .nav-defaut-sidebar {
    position: absolute;
    top: 33px;
    right: 30px;
}

#secondary .bloc-context .nav-defaut-sidebar span {
    cursor: pointer;
}

#secondary .bloc-context .nav-defaut-sidebar span.prev {
    margin-right: 36px;
}

#secondary .bloc-context .nav-defaut-sidebar span svg {
    fill: #272C44;
    width: 10px;
    height: 16px;
}

#secondary .bloc-context .nav-defaut-sidebar span svg polygon {
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#secondary .bloc-context .nav-defaut-sidebar span:hover svg polygon {
    opacity: 0.5;
}

#secondary .retrouvezaussi ul,
#secondary .retrouvezaussi-categorie ul,
#secondary .telechargements ul,
#secondary .actualiteslies ul,
#secondary .ensavoirplu div ul,
#secondary .ensavoirplu div ul,
#secondary .context-liste-categories ul {
    margin: 5px 0 5px 10px;
}

#secondary .actualiteslies ul li,
#secondary .ensavoirplu div ul li,
#secondary .telechargements ul li,
#secondary .retrouvezaussi ul li,
#secondary .context-liste-categories ul li {
    list-style-type: none;
    list-style-image: url('../images/PuceContext.png');
    color: #1F1F1F;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-left: 10px;
    line-height: 1.5;
}

#secondary .context-liste-categories ul li.child1 {
    margin-left: 20px;
}

#secondary .context-liste-categories ul li.child2 {
    margin-left: 30px;
}

#secondary .context-liste-categories ul li.child3 {
    margin-left: 40px;
}

#secondary a,
#secondary .ensavoirplu ul li a,
#secondary .retrouvezaussi ul li a,
#secondary .telechargements ul li a,
#secondary .context-liste-categories ul li a {
    color: #1F1F1F;
}

#secondary a.link-external svg,
#secondary a.email-mailto svg {
    fill: #1F1F1F;
}

/* Image à la une (si dans la sidebar) */
#secondary .imagealaune {
    background-color: transparent;
    padding: 0;
    height: 217px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: none;
}

.single-contacts #secondary .imagealaune,
.single-contacts #secondary .imagealaune img {
    width: 260px;
    height: auto;
    margin: 0 auto;
    position: static;
}

/* En savoir plus */
#secondary .ensavoirplu div h2,
#secondary .ensavoirplu div h3,
#secondary .ensavoirplu div h4 {
    color: #eee;
}

#secondary .ensavoirplu div b {
    font-weight: bold;
}

#secondary .ensavoirplu div img,
#secondary .ensavoirplu div iframe {
    max-width: 100%;
}

/* Catégories des actualités/agenda/contacts */
#secondary .context-liste-categories {
    background: none;
    margin-top: 20px;
    border: none;
    padding-bottom: 20px;
}

#secondary .context-liste-categories > span {
    padding: 0;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 5px;
}

/* Actualités liées */
.actualitelie .relation-actualites ul li {
    width: 330px;
    margin: 0;
}

.actualitelie .relation-actualites ul li p.titre-actualite {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

#secondary .hover-context svg polygon,
#secondary .hover-context svg path {
    fill: #272C44;
}

/* Contacts liés */
.contactslie_v2 .relations-contacts-v2 ul li {
    width: 330px;
    margin-right: 0;
}

.contactslie_v2 .relations-contacts-v2 .titre-contact {
    color: #272C44;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px!important;
}

.contactslie_v2 .relations-contacts-v2 .adresse {
    border-radius: 5px 5px 0px 0px;
    background-color: #272C44;
}

.contactslie_v2 .relations-contacts-v2 .adresse p {
    color: #fff;
}

.contactslie_v2 .relations-contacts-v2 .informations-diverses-contact {
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.contactslie_v2 .relations-contacts-v2 .informations-diverses-contact p {
    font-size: 14px;
    color: #1F1F1F;
    text-decoration: none;
    line-height: 20px;
    box-shadow: inset 0px -1px 0px rgba(95, 122, 147, 0.3);
}

.contactslie_v2 .relations-contacts-v2 .informations-diverses-contact p span svg path {
    fill: #1F1F1F;
}

/* Évènements liés */
.relations-agenda ul li {
    width: 330px;
    margin-right: 0;
}

.relations-agenda ul li .categorie-date {
    background-color: #00277E;
    border-radius: 5px;
    float: left;
    margin-right: 13px;
    text-align: left;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.relations-agenda ul li .categorie-date span.jour-nombre,
.relations-agenda ul li .categorie-date span.mois {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.relations-agenda ul li p.titre-agenda {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 18px;
}

/* Retour (agenda/annuaire) */
#secondary a.return-list {
    display: block;
    margin: 20px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#secondary a.return-list span {
    margin: auto 10px;
}

#secondary a.return-list span svg {
    width: 8px;
    height: 9px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    fill: #272C44;
}

/* En savoir plus (page détaillée - annuaire) */
#secondary .ensavoirplus-pagedetaillee a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 0;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#secondary .ensavoirplus-pagedetaillee a svg {
    width: 33px;
    height: 33px;
    float: left;
    margin: 0 13px 0 20px;
}

#secondary .ensavoirplus-pagedetaillee a span.nom {
    display: block;
    line-height: 33px;
}

/* *****************************************************************
*      ____                                  _   __
*     |  _ \ __ _  __ _  ___   ___ _   _ ___| |_ \_\ _ __ ___   ___
*     | |_) / _` |/ _` |/ _ \ / __| | | / __| __/ _ \ '_ ` _ \ / _ \
*     |  __/ (_| | (_| |  __/ \__ \ |_| \__ \ ||  __/ | | | | |  __/
*     |_|   \__,_|\__, |\___| |___/\__, |___/\__\___|_| |_| |_|\___|
*                 |___/            |___/
*
******************************************************************** */

/* Crédits */
#credits-creasit-container {
    text-align: center;
}

#credits-creasit {
    width: 450px;
    margin: 10px auto;
    padding-bottom: 20px;
    background: #eeeeee;
    border: 1px solid #887F7C;
    color: #887F7C;
}

#credits-creasit * {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #887F7C;
    letter-spacing: 1px;
}

#credits-creasit-container .presentation-creasit {
    margin-top: 20px;
}

#credits-creasit-container p {
    margin: 5px 0;
    padding: 0 15px;
    text-align: justify;
}

#credits-creasit-container .gamme-creasit {
    margin: 0 15px;
    margin-top: 20px;
    text-align: left;
}

#credits-creasit-container a {
    color: #887F7C;
    font-weight: bold;
    outline: 0;
}

#credits-creasit-container img {
    border: 0;
}

a.edition {
    margin-top: 0px;
}

/* Liste des pages privées */
.liste-page-privee ul li {
    background-color: #363636;
    padding: 1%;
    margin-bottom: 15px;
    overflow: hidden;
}

.liste-page-privee ul li .titre {
    color: #eeeeee;
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.liste-page-privee ul li a {
    transition: all 0.3s ease-in-out;
    float: right;
    padding: 5px 10px;
    color: #eeeeee;
    text-decoration: none;
    background-color: #227a87;
}

.liste-page-privee ul li a:hover {
    color: #363636;
    background-color: #eeeeee;
}

.post-password-form label {
    text-transform: uppercase;
    font-weight: 700;
}

/* ************************
*      _  _    ___  _  _
*     | || |  / _ \| || |
*     | || |_| | | | || |_
*     |__   _| |_| |__   _|
*        |_|  \___/   |_|
*
*************************** */

.page404 {
    text-align: center;
    padding-top: 380px;
    background: url('../images/core/404Bg.png') center 0 no-repeat;
    width: 100%;
    height: 295px;
}

.page404 .erreur {
    font-size: 20px;
    width: 100%;
    margin: 0px auto 10px auto;
    line-height: 25px;
}

.page404 .return-home {
    margin: 20px 0;
    text-transform: uppercase;
    display: block;
}

.page404 #searchform {
    float: none;
    position: relative;
    margin: 25px auto;
    width: 451px;
    overflow: hidden;
}

.page404 #searchform .rechercher {
    width: 394px;
    padding: 9px 10px;
    border: 1px solid #272C44;
    color: #272C44;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border-right: none;
    outline: none;
    float: left;
    box-sizing: border-box;
    height: 35px;
}

.page404 #searchform #searchsubmit {
    color: #272C44;
    background-color: #eee;
    cursor: pointer;
    border: 1px solid #272C44;
    border-left: 0;
    outline: none;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    box-sizing: border-box;
    height: 35px;
}

.page404 #searchform #searchsubmit:hover {
    background-color: #272C44;
    color: #eee;
}

/* **************************************************
*      ____           _                   _
*     |  _ \ ___  ___| |__   ___ _ __ ___| |__   ___
*     | |_) / _ \/ __| '_ \ / _ \ '__/ __| '_ \ / _ \
*     |  _ <  __/ (__| | | |  __/ | | (__| | | |  __/
*     |_| \_\___|\___|_| |_|\___|_|  \___|_| |_|\___|
*
***************************************************** */

#searchform {
    position: relative;
}

#searchform ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

#searchform :-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

#searchform ::-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

#searchform :-ms-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.recherche-autocompletion form .rechercher.loader {
    background: url('../images/ring-alt.svg') transparent left center no-repeat !important;
    margin: 0;
    height: auto !important;
    box-sizing: border-box;
}

#searchform .ui-autocomplete {
    position: absolute;
    width: 100% !important;
    box-sizing: border-box;
    z-index: 9999;
    top: 47px !important;
}

#searchform .ui-autocomplete li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #191919;
    transition: all 0.3s ease-in-out;
}

.recherche-autocompletion form .ui-autocomplete li a {
    color: rgba(255, 255, 255, 1) !important;
    line-height: 40px !important;
}

#searchform .ui-autocomplete li:hover {
    color: #FFF !important;
    padding-left: 10px;
    background: #2b597c !important;
}

#searchform .ui-autocomplete li.resultats {
    background: #2b597c !important;
    color: #FFF !important;
    text-align: center;
}

#searchform .ui-autocomplete li.resultats:hover {
    background: #0d3655 !important;
    color: #FFF !important;
    padding-left: 5px;
}

.ui-helper-hidden-accessible {
    display: none;
}


.search .content-post-search h4 {
    margin: 10px 0 5px 0;
}

.search .content-post-excerpt a {
    font-size: 14px;
}

.search .content-post-excerpt h3 strong,
.search .content-post-excerpt h3 a {
    font-size: 20px;
}

.search .pagination {
    height: 28px;
    margin: 40px auto 0;
}

.pagination {
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 20px 0 0;
}

.pagination span {
    float: left;
    display: block;
    padding: 2px 8px 2px 9px;
    font-size: 16px;
    margin-right: 10px;
}

.pagination a {
    transition: all 0.3s ease-in-out;
    display: block;
    margin-right: 10px;
    text-decoration: none;
    text-align: center;
    padding: 2px 8px 2px 9px;
    color: #fff;
    float: left;
}

.pagination a.page-next {
    position: absolute;
    right: 0px;
    top: 0px;
}

.pagination a.page-prev {
    position: absolute;
    left: 0px;
    top: 0px;
}

.pagination a.retour-actu {
    display: inline-block;
    max-width: inherit;
}

.pagination a.retour-actu:hover {
    display: inline-block;
    max-width: inherit;
}

.pagination .prev {
    margin-left: 0px;
}

.pagination .next {
    margin-right: 0px;
}

/* A modifier sur les sites */
.pagination span,
.pagination a {
    color: #515151;
    font-size: 9px;
    background: #fff;
    border: 1px solid #c7c7c7;
    text-transform: uppercase;
    font-size: 9px;
}

.pagination a,
.pagination a.retour-actu:hover,
.pagination span.dots {}

.pagination span,
.pagination a:hover,
.pagination span.current,
.pagination a.retour-actu:hover,
.pagination a.selected {
    background: #c7c7c7;
}

.pagination span.dots {
    background: #fff;
}

.pagination span,
.pagination a:hover,
.pagination span.current,
.pagination span.dots {}


/*Affichage resultats*/
.recherche-autocompletion form .ui-autocomplete {
    width: 100% !important;
    top: 160px !important;
    background: transparent !important;
    padding-bottom: 160px !important;
}

.ui-autocomplete li,
.ui-menu .ui-menu-item {
    background: transparent !important;
}

.recherche-autocompletion form .ui-autocomplete li {
    padding: 10px 0 !important;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-left: 5%;
    width: 95% !important;
}

.recherche-autocompletion form .ui-autocomplete li:hover .titre {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.recherche-autocompletion form .ui-autocomplete li .image {
    display: none !important;
}

.recherche-autocompletion form .ui-autocomplete li.resultats {
    /* display:none !important; */
    background: none !important;
    width: 100% !important;
    text-align: left;
    margin-top: 50px;
}

.recherche-autocompletion form .ui-autocomplete li.resultats .titre:after {
    content: "\2192";
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}

.recherche-autocompletion form .ui-autocomplete li.resultats:hover {
    background: none !important;
    color: #fff;
}

.recherche-autocompletion form .ui-autocomplete li.resultats:hover .titre {
    color: #fff;
}

.recherche-autocompletion form .ui-autocomplete li .titre {
    font-size: 20px !important;
    transition: all 0.3s ease-in-out;
}


body.has-search-main-open {
    overflow: hidden;
}

.c-search-main_container {
    position: relative;
    z-index: 2;
    -webkit-transition: opacity, padding, visibility;
    transition: opacity, padding, visibility;
    -webkit-transition-delay: 0s, 0s, .6s;
    transition-delay: 0s, 0s, .6s;
    -webkit-transition-duration: .6s, .6s, 0s;
    transition-duration: .6s, .6s, 0s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    opacity: 0;
    padding-top: 15.625vw;
    padding-bottom: 7.8125vw;
    padding-left: 0;
    padding-right: 2vw;
}

.has-search-main-open .c-search-main_container {
    -webkit-transition-delay: 150ms, 0s, 0s;
    transition-delay: 150ms, 0s, 0s;
    opacity: 1;
    visibility: visible;
}

.c-search-main {
   /*  background: linear-gradient(to right, rgba(35, 40, 45, 0.95), rgba(23, 26, 29, 0.98)); */
    background: #272C44;
    padding: 50px;
    height: 100vh !important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 970;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: height, background-color, top, -webkit-transform;
    transition: height, background-color, top, -webkit-transform;
    transition: transform, height, background-color, top;
    transition: transform, height, background-color, top, -webkit-transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    box-sizing: border-box;
}

/* .windows .c-search-main {
    background: linear-gradient(to right, rgb(35, 40, 45), rgb(23, 26, 29));
}
 */
.c-search-main * {
    box-sizing: border-box;
}

.c-search-main ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.c-search-main :-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

.c-search-main ::-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

.c-search-main :-ms-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.c-search-main input:focus {
    outline: none;
}

.c-search-main h2 {
    color: rgba(255, 255, 255, 1);
    border-bottom: none;
    font-size: 40px;
}

.has-search-main-open .c-search-main {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

.c-search-form,
.c-search-form_input-wrap,
.c-search-form_wrap {
    position: relative;
}

.c-search-form {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.has-search-main-open .c-search-form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-search-form_wrap {
    width: 100%;
    -webkit-transition: padding .3s cubic-bezier(.4, 0, .2, 1);
    transition: padding .3s cubic-bezier(.4, 0, .2, 1);
}

.c-search-form_wrap #searchsubmit {
    display: none;
}

.recherche-autocompletion form .rechercher {
    transition: color 1s ease;
    2s;
    transition: padding 1s ease;
    1s;
}

.recherche-autocompletion form .rechercher.loader {
    color: rgba(255, 255, 255, .5);
    transition: color 1s ease;
    2s;
    transition: padding 1s ease;
    1s;
    padding-left: 60px;
}

.c-search-form_input,
.c-search-form_phony {
    font-size: 4.6875vw;
    padding: 0 0 2.34375vw;
}

.c-search-form_wrap input {
    -webkit-transition: color, opacity;
    transition: color, opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    width: 100%;
    font-size: 4em;
}

.c-search-form_wrap input,
.c-search-form_phony {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    font-weight: 500;
}

.c-search-loader {
    position: absolute;
    left: -18.75vw;
    right: 0;
    height: 2px;
    top: (100%-2%);
    z-index: 0;
}

.c-search-loader::before,
.c-search-loader_line::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #a2aab3;
    right: 0;
    -webkit-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
}

.is-search-state-inert .c-search-loader_line {
    opacity: 0;
    left: 18.75vw;
    height: 2px;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.c-search-loader_line::after {
    right: 0;
    left: 0;
    background-color: #009e85;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-animation: loading-line 1.2s cubic-bezier(.4, 0, .2, 1) infinite forwards;
    animation: loading-line 1.2s cubic-bezier(.4, 0, .2, 1) infinite forwards;
}

button.c-search-form_close {
    position: absolute;
    height: 30px;
    width: 50px;
    top: 120px;
    right: 70px;
    outline: none;
    cursor: pointer;
    background: transparent;
    z-index: 1000;
}

button.c-search-form_close::before,
button.c-search-form_close::after {
    content: '';
    display: inline-block;
    height: 33px;
    width: 8px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: -4px;
    right: 21px;
}

button.c-search-form_close::before {
    transform: rotate(45deg);
}

button.c-search-form_close::after {
    transform: rotate(-45deg);
}

.c-search-results {
    margin-top: 7.8125vw;
    color: rgba(255, 255, 255, 1);
}

/* ***************************************
*       ____            _             _
*      / ___|___  _ __ | |_ __ _  ___| |_
*     | |   / _ \| '_ \| __/ _` |/ __| __|
*     | |__| (_) | | | | || (_| | (__| |_
*      \____\___/|_| |_|\__\__,_|\___|\__|
*
****************************************** */

.page-contact .video-container {
    padding: 0;
}

.page-contact .gform_wrapper {
    max-width: 100%;
}

.page-contact .gform_wrapper ul li#field_1_5 {
    float: none;
    clear: both;
    padding-top: 20px;
}

.page-contact .gform_wrapper ul li#field_1_6 {
    float: none;
    width: 100%;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea,
.gform_wrapper ul.gform_fields li.gfield select,
.gpoll_wrapper input[type=email],
.gpoll_wrapper input[type=number],
.gpoll_wrapper input[type=password],
.gpoll_wrapper input[type=tel],
.gpoll_wrapper input[type=text],
.gpoll_wrapper input[type=url],
.gpoll_wrapper textarea,
.page-contact .gform_wrapper input[type=email],
.page-contact .gform_wrapper input[type=number],
.page-contact .gform_wrapper input[type=password],
.page-contact .gform_wrapper input[type=tel],
.page-contact .gform_wrapper input[type=text],
.page-contact .gform_wrapper input[type=url],
.page-contact .gform_wrapper textarea,
#proposition-publication .bloc-form input,
#proposition-publication .bloc-form textarea,
#proposition-document #soumettre-document-form .bloc-form input[type=text], 
#proposition-document #soumettre-document-form .bloc-form input[type=email],
#proposition-document #soumettre-document-form .bloc-form textarea,
.template-password input[type="password"],
.wysijap .entry-content input[type="text"] {
    width: 100%;
    border: none;
    color: #272C44;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    padding: 8px 5px 9px;
    height: auto;
    border: 1px solid #c7c7c7;
}

.page-contact .gform_wrapper .top_label input.medium,
.page-contact .gform_wrapper .top_label select.medium,
.gform_wrapper textarea.medium {
    width: 100%;
    border: 1px solid #c7c7c7;
}

.page-contact .gform_wrapper textarea {
    padding: 8px 10px 9px;
}

.gpoll_wrapper label,
.page-contact .gform_wrapper .top_label .gfield_label,
#proposition-publication .bloc-form label,
#proposition-document #soumettre-document-form .bloc-form label {
    color: #272C44;
    font-weight: bold;
    margin: 20px 0 0;
    font-size: 15px;
}

body.post-template-template-contact-php .entry-content p.champs-obligatoires {
    color: #790000;
}

/* Message d'erreur ou de validation */
/*.page-contact .entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
}*/

.page-contact .entry-content .gform_wrapper li.gfield.gfield_error,
.page-contact .entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none;
    background-color: transparent;
}

.page-contact .entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 20px 0 0;
}

.page-contact .entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: .375em 0 0;
    max-width: 100%;
}

.page-contact .entry-content .gform_wrapper .top_label .gfield_error input.large,
.page-contact .entry-content .gform_wrapper .top_label .gfield_error select.large,
.page-contact .entry-content .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100%;
}

.page-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
    font-weight: bold;
}

.page-contact .entry-content .gform_wrapper .validation_error {
    color: #ce0000;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 16px 0;
    border-top: 2px solid #ce0000;
    border-bottom: 2px solid #ce0000
}

.page-contact .entry-content .gform_wrapper .validation_message {
    color: #ce0000 !important;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.page-contact .entry-content .gform_confirmation_message {
    font-size: 14px;
    border-top: 2px solid green;
    border-bottom: 2px solid green;
    padding: 15px 0;
    text-align: center;
}

.gform_wrapper ul li.gfield {
    clear: none !important;
}

.page-contact .gform_wrapper .top_label li.gfield_error .gfield_label {
    color: #ce0000 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ce0000 !important;
}


/* *************************************************************
 *      _____                          _       _
 *     |  ___|__  _ __ _ __ ___  _   _| | __ _(_)_ __ ___  ___
 *     | |_ / _ \| '__| '_ ` _ \| | | | |/ _` | | '__/ _ \/ __|
 *     |  _| (_) | |  | | | | | | |_| | | (_| | | | |  __/\__ \
 *     |_|  \___/|_|  |_| |_| |_|\__,_|_|\__,_|_|_|  \___||___/
 *
 ************************************************************** */

.gpoll_wrapper .gform_previous_button {
    float: left !important;
}

.gpoll_wrapper .gform_button_select_files {
    width: auto !important;
    margin: 10px auto 0;
    display: block;
}

.gform_body ul.gform_fields li.gfield span.name_last input {
    width: 98%;
}

.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label {
    display: none;
}

.gform_wrapper .percentbar_blue {
    background-image: none !important;
    background-color: #272C44 !important;
    line-height: 30px !important;
    border-radius: 0 !important;
}

.gform_wrapper .gf_progressbar {
    width: 99%;
    overflow: hidden;
    line-height: 30px !important;
    border: none !important;
    background-image: none !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 0;
}

.gform_wrapper .gf_progressbar_percentage {
    text-align: right;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-shadow: none !important;
    line-height: 30px !important;
    border-radius: 20px 0 0 20px !important;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-radius: 20px !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
    vertical-align: middle;
}

/* .gfield_date_dropdown_year,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month{width:80px !important; overflow:hidden !important;border-right:1px solid #272C44;background:url(../images/select_poll.jpg) right top no-repeat !important;}
.gfield_date_dropdown_year select,
.gfield_date_dropdown_day select,
.gfield_date_dropdown_month select{width:96px !important;background:none !important;} */
.gpoll_button {
    display: block;
    width: 100%;
    margin: 75px 0 0;
}

.gpoll_summary {
    margin-top: 70px;
}

.gpoll .gsection {
    border-bottom: none !important;
    margin: 20px 0 10px !important;
}

.gpoll input[type=button] {
    width: auto !important;
    max-width: 50%;
}

.gform_wrapper.gpoll_wrapper {
    max-width: 100% !important;
}

.gform_wrapper h3.gform_title {
    margin: 15px 0 !important;
}

.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1em !important;
}

.gform_wrapper .gf_step.gf_step_active {
    font-weight: bold;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
    width: 4em !important;
}

.ginput_container_fileupload #extensions_message {
    display: block;
    font-size: 12px;
    opacity: .5;
    margin-top: 5px;
}

.gform_wrapper.gpoll_wrapper .gform_page_footer {
    width: 100% !important;
}

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 0 !important;
}

.entry-content .gform_wrapper .ginput_complex .ginput_full input[type="email"],
.entry-content .gform_wrapper .ginput_complex .ginput_full input[type="number"],
.entry-content .gform_wrapper .ginput_complex .ginput_full input[type="password"],
.entry-content .gform_wrapper .ginput_complex .ginput_full input[type="tel"],
.entry-content .gform_wrapper .ginput_complex .ginput_full input[type="text"],
.entry-content .gform_wrapper .ginput_complex .ginput_full input[type="url"] {
    width: 100% !important;
}

.gform_wrapper .top_label .gsection_description,
.gform_wrapper .gfield_description {
    width: 100% !important;
}

.gform_page_footer .gpoll_button {
    margin-right: 12px !important;
}

.gpoll_ratio_box {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}


.top_label div.ginput_complex.ginput_container.gf_name_has_1,
.top_label div.ginput_complex.ginput_container.gf_name_has_2,
.top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100% !important;
}

.gform_page_footer {
    display: grid;
    grid-template-columns: 75% 25%;
    grid-template-rows: 50% 50%;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 50px;
    grid-column: 1;
    grid-row: 1;
}

.gform_wrapper .gform_page_footer .bloc-checkbox-rgpd-gf {
    width: 75%;
    grid-column: 1;
    grid-row: 2;
}

.gform_wrapper .gform_page_footer > div {
    grid-row: 2;
    grid-column: 2;
}

.gform_wrapper ul li.gfield {
    clear: none !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    padding: 0 10px;
    height: 34px;
}

.gform_wrapper .gfield_time_hour {
    display: flex;
}

.gform_wrapper .gfield_time_hour input ~ i {
    margin-left: 6px;
}

/*Modifs liées aux sondages, 20/02/2019*/
.gform_wrapper .gform_footer {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
}

.gpoll_wrapper .gform_body {
    margin-bottom: 60px !important;
}

.gpoll_button {
    position: absolute;
    left: 0;
    top: -35px;
    font-size: 12px;
    margin: 0 !important;
}

.gpoll_summary {
    margin-top: 0 !important;
}

.gpoll_summary .gpoll_container {
    position: relative;
}

.gpoll_summary .gpoll_container::before {
    content: '';
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -50px;
}

/*Couleurs de la jauge à modifier selon la charte du site*/
.green .gpoll_ratio_box {
    background-color: #00abcd;
}

.green .gpoll_bar_juice {
    background-color: #00abcd;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}


/* *********************************
*      _____ _ _ _
*     |  ___(_) | |_ _ __ ___  ___
*     | |_  | | | __| '__/ _ \/ __|
*     |  _| | | | |_| | |  __/\__ \
*     |_|   |_|_|\__|_|  \___||___/
*
*********************************** */

#primary .wrapper-panel {
    padding: 23px 20px 0;
    box-sizing: border-box;
    margin: 0;
    text-transform: initial;
    font-weight: initial;
}

#primary .wrapper-panel .display-listes {
    overflow: hidden;
    padding-bottom: 11px;
}

#primary .wrapper-panel .display-listes p {
    text-transform: uppercase;
    float: left;
    margin-bottom: 0;
}

#primary .wrapper-panel .display-listes .liste-affichage {
    float: right;
}

#primary .wrapper-panel .display-listes a {
    float: left;
    margin-left: 20px;
}

#primary .wrapper-panel .display-listes a.simple {
    margin-left: 0;
}

#primary .wrapper-panel .display-listes a svg {
    width: 37px;
    height: 36px;
}

#primary .wrapper-panel .form-panel {
    padding: 10px 0 17px;
    margin-bottom: 17px;
}

#primary .wrapper-panel .form-panel p,
.wrapper-panel-new .form-panel p {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

#primary .wrapper-panel .form-panel label {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #272C44;
}

#primary .wrapper-panel .form-panel label.small-label {
    position: absolute;
}

#primary .wrapper-panel .form-panel input[type=text],
#primary .wrapper-panel .form-panel input[type=date] {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 5px 7px;
    margin-top: 10px;
    outline: none;
}

#primary .wrapper-panel .form-panel .liste-types {
    margin-top: 14px;
}

#primary .wrapper-panel .form-panel .liste-types div {
    overflow: hidden;
}

#primary .wrapper-panel .form-panel .liste-types div p.wrapper-checkbox {
    float: left;
    margin-right: 5px;
}

#primary .wrapper-panel .form-panel .liste-types div label {
    text-transform: none;
}

#primary .wrapper-panel .form-panel select {
    padding: 6px 0 5px;
    outline: none;
    width: 100%;
    cursor: pointer;
}

#primary .wrapper-panel .form-panel .annee-filtre,
#primary .wrapper-panel .form-panel .sous-categorie-contact {
    margin-top: 8px;
}

#primary .wrapper-panel .form-panel .communes-ot,
#primary .wrapper-panel .form-panel .keywords,
#primary .wrapper-panel .form-panel .periode,
#primary .wrapper-panel .form-panel .mois-filtre,
#primary .wrapper-panel .form-panel .rechercheadresse-googlemap,
#primary .wrapper-panel .form-panel .categorie-label {
    margin-top: 15px;
}

#primary .wrapper-panel .form-panel .mois-filtre label,
#primary .wrapper-panel .form-panel .communes-ot label,
#primary .wrapper-panel .form-panel .liste-types > label {
    margin-bottom: 10px;
}

#primary .wrapper-panel .form-panel .keywords {
    position: relative;
}

#primary .wrapper-panel .form-panel .periode .input-date {
    position: relative;
}

#primary .wrapper-panel .form-panel .periode .input-date input {
    width: 85%;
    float: right;
    min-width: 200px;
    text-transform: uppercase;
}

#primary .wrapper-panel .form-panel input.valider-form {
    margin: 20px 0 10px;
    padding: 5px 0;
    height: auto;
}

#primary .wrapper-panel .form-panel a.reinitialiser-form {
    padding: 6px 0 5px;
    height: auto;
    position: relative;
    border: none;
    background: none;
    line-height: 25px;
}

#primary .wrapper-panel .form-panel a.reinitialiser-form span {
    z-index: 1;
    position: relative;
}

#primary .wrapper-panel .form-panel a.reinitialiser-form::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#primary .wrapper-panel .form-panel input.valider-form,
#primary .wrapper-panel .form-panel a.reinitialiser-form,
#primary .wrapper-panel .prop-publi a span svg path,
#primary .wrapper-panel .rester-informe a span svg path,
#primary .wrapper-panel .prop-publi a,
#primary .wrapper-panel .rester-informe a,
.panel-plan-interactif .display-map a.off,
.panel-plan-interactif .display-map a.on {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#primary .wrapper-panel .prop-publi a,
#primary .wrapper-panel .rester-informe a,
.panel-plan-interactif .display-map a.off,
.panel-plan-interactif .display-map a.on {
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 5px 15px 10px;
    box-sizing: border-box;
}

#primary .wrapper-panel .prop-publi a span,
.panel-plan-interactif .display-map a.off span,
.panel-plan-interactif .display-map a.on span {
    margin-right: 7px;
}

#primary .wrapper-panel .prop-publi a span svg,
.panel-plan-interactif .display-map a.off span svg,
.panel-plan-interactif .display-map a.on span svg {
    width: 26px;
    height: 23px;
    display: block;
    float: left;
    fill: #272C44;
}

#primary .wrapper-panel .prop-publi a br {
    display: none;
}

#primary .wrapper-panel .rester-informe {
    margin-top: 10px;
    margin-bottom: 20px;
}

#primary .wrapper-panel .rester-informe a span {
    display: block;
    float: left;
}

#primary .wrapper-panel .rester-informe a span svg {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    fill: #272C44;
}

.wrapper-infobubble ul li .wrapper-contenu-info-bulle .information-info-bulle {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* A modifier */
#primary .wrapper-panel .display-listes {
    border-bottom: 1px solid #1F1F1F;
}

#primary .wrapper-panel .display-listes p {
    color: #272C44;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    line-height: 36px;
}

#primary .wrapper-panel .display-listes a svg path {
    fill: #a0a2a4;
}

#primary .wrapper-panel .display-listes a:hover svg path,
#primary .wrapper-panel .display-listes a.active svg path {
    fill: #272C44;
}

#primary .wrapper-panel .form-panel p,
.wrapper-panel-new .form-panel p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #272C44;
}

#primary .wrapper-panel .form-panel label {
    color: #272C44;
    display: inline-block;
}

#primary .wrapper-panel .form-panel label.small-label {
    color: #272C44;
    top: 8px;
    margin-top: 10px;
}

#primary .wrapper-panel .form-panel select {
    border: none;
    background-color: #fff;
}

#primary .wrapper-panel .form-panel input[type=text],
#primary .wrapper-panel .form-panel input[type=date] {
    border: none;
    color: #272C44;
}

#primary .wrapper-panel .form-panel .liste-types div label {
    color: #272C44;
    line-height: 20px;
}

#primary .wrapper-panel .form-panel input.valider-form,
#primary .wrapper-panel .form-panel a.reinitialiser-form {
    font-family: "Montserrat", sans-serif;
    height: 35px;
    background: #272C44;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
}

#primary .wrapper-panel .form-panel input.valider-form,
#primary .wrapper-panel .form-panel a.reinitialiser-form::after {
    background: #272C44;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#primary .wrapper-panel .form-panel input:hover.valider-form,
#primary .wrapper-panel .form-panel a.reinitialiser-form:hover {
    border: 1px solid #fff;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #272C44;
    border-radius: 4px;
}

#primary .wrapper-panel .prop-publi a,
#primary .wrapper-panel .rester-informe a,
.panel-plan-interactif .display-map a.off,
.panel-plan-interactif .display-map a.on,
#secondary a.return-list,
#secondary .ensavoirplus-pagedetaillee a {
    font-family: "Montserrat", sans-serif;
    background: #ECECEC;
    border: 1px solid #272C44;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #272C44;
}
}

#primary .wrapper-panel .prop-publi a span svg path,
#primary .wrapper-panel .rester-informe a span svg path,
.panel-plan-interactif .display-map a.off span svg path,
.panel-plan-interactif .display-map a.on span svg path,
#secondary .ensavoirplus-pagedetaillee a svg path,
#secondary a.return-list span svg {
    fill: #272C44;
}

#primary .wrapper-panel .prop-publi a:hover,
#primary .wrapper-panel .rester-informe a:hover,
.panel-plan-interactif .display-map a:hover.off,
.panel-plan-interactif .display-map a:hover.on,
#secondary a:hover.return-list,
#secondary .ensavoirplus-pagedetaillee a:hover {
    background: #272C44;
    color: #eee;
    border: 1px solid #eeeeee;
}

#primary .wrapper-panel .prop-publi a:hover span svg path,
#primary .wrapper-panel .rester-informe a:hover svg path,
.panel-plan-interactif .display-map a:hover.off span svg path,
.panel-plan-interactif .display-map a:hover.on span svg path,
#secondary .ensavoirplus-pagedetaillee a:hover svg path,
#secondary a:hover.return-list span svg {
    fill: #eee;
}

.wrapper-panel .ensavoirplu_phototheque {
    background-color: transparent;
    color: #eee;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
}

/* *****************************************************************************************
*       ____                                        _                       _       _
*      / ___|___  _ __ ___  _ __ ___  _   _ _ __   | |_ ___ _ __ ___  _ __ | | __ _| |_ ___
*     | |   / _ \| '_ ` _ \| '_ ` _ \| | | | '_ \  | __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
*     | |__| (_) | | | | | | | | | | | |_| | | | | | ||  __/ | | | | | |_) | | (_| | ||  __/
*      \____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|  \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
*                                                                    |_|
******************************************************************************************** */

/* Article content */
ul #calendrier-agenda .fc-row .fc-event-container a.fc-event {
    border: 1px solid #272C44;
}

#primary a .articles-content,
#primary .template-bdocumentaire-phototheque ul li .information-document {
    border: 1px solid #fff;
    background: #fff;
    display: block;
    height: 178px;
    padding-right: 20px;
    transition: all 0.75s ease-in-out;
}

#primary a .articles-content span.title,
#primary ul.liste-publication li h4 {
    font-family: "Montserrat", sans-serif;
    padding: 48px 0 0;
    margin: 10px 0 5px;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #00BED6;
    text-transform: initial;
}

#primary a .articles-content span.introduction,
#primary ul.liste-publication li p,
#primary a .articles-content .hover-contact .introduction,
#primary a .introduction,
#primary a ul li {
    color: #1F1F1F;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin: 12px 0 0;
}

#primary .categories-publications {
    position: absolute;
}

#primary .categories-publications svg,
#primary .template-actualites ul li .cats-date .cats-actus svg,
#primary .date-cat p.cats-actus svg,
#primary .date-cat p.date svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    display: block;
    float: left;
}

#primary .categories-publications svg path,
#primary li .information-document .details-document p.categorie-document span svg path,
#primary .information-document .details-document p.date-document span svg path,
#primary .information-document .details-document p.poids-document span svg path,
#primary .template-actualites ul li .cats-date svg path {
    fill: #272C44;
}

#primary .categories-publications a,
#primary .categories-publications span,
#primary .template-actualites ul li .cats-date .cats-actus a,
#primary .date-cat p.cats-actus a,
#primary .date-cat p.cats-actus span,
#primary article .date-cat p.date span,
#primary .information-document .details-document p.categorie-document a,
#primary .information-document .details-document p.poids-document,
#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.date-document,
#primary .template-actualites ul li .cats-date .date-actus,
#primary .date-cat p.post-id span {
    color: #272C44;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    float: left;
}

#primary .categories-publications a:hover,
#primary .template-actualites ul li .cats-date .cats-actus a:hover,
#primary .date-cat p.cats-actus a:hover {
    text-decoration: underline;
}

#primary a:hover .articles-content {
    background: #fff;
}

#primary a .articles-content span.lire-la-suite {
    display: block;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

#primary a:hover .articles-content span.lire-la-suite {
    bottom: 6px;
}

#primary a .articles-content span.lire-la-suite svg {
    width: 21px;
    height: 21px;
}

#primary a .articles-content span.lire-la-suite svg polygon {
    fill: #1F1F1F;
    stroke-width: 0.5;
    stroke: #fff;
}

#primary a .articles-content span.lire-la-suite svg circle {
    fill: transparent;
    stroke: #1F1F1F;
    stroke-dasharray: 0 71.77;
    transition: all 0.75s ease-in-out;
    stroke-width: 0.5;
}

#primary a .articles-content span.lire-la-suite .ie-plus {
    width: 21px;
    height: 21px;
    background: url('../../noyau/images/core/plus-template.png') no-repeat;
    background-position: left top;
    display: block;
}

#primary a:hover .articles-content,
#primary .vignette.firstc a .articles-content {
    background: #fff;
}

#primary a:hover .articles-content span.lire-la-suite svg circle,
#primary .vignette.firstc a .articles-content span.lire-la-suite svg circle {
    stroke-dasharray: 71.77 0;
}

#primary a:hover .articles-content span.lire-la-suite .ie-plus,
#primary .vignette.firstc a .articles-content span.lire-la-suite .ie-plus {
    background-position: left bottom;
}

#wrapper {
    position: relative;
}

#overlay-back {
    z-index: 200;
}

.center-prop-internaute {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 50%;
}

.center-prop-internaute .prop-publication,
#proposition-document {
    z-index: 210;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
}

.center-prop-internaute .prop-publication,
.centerPropBd #proposition-document {
    background-color: #ECECEC;
}

.center-prop-internaute #proposition-publication .bloc-form textarea {
    height: 100px;
}

/* #primary .template-affilistes-navprofil ul.liste-publication li.vignette a:hover .articles-content,
#primary .template-affilistes-navprofil ul.liste-publication li.liste a:hover .articles-content,
#primary .template-affilistes-navprofil ul.liste-publication li.vignette.firstc a .articles-content,
#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content,
#primary .template-affilistes-navprofil ul.liste-publication li.liste a .articles-content,
#primary .template-filtrages ul.liste-publication li.vignette a .articles-content,
#primary .template-emploi ul.liste-publication li.vignette a .articles-content,
#primary .template-actualites ul li a:hover .articles-content,
#primary .template-annuaire-contacts ul li.vignette.firstc a .articles-content,
#primary .template-annuaire-contacts ul li:hover.vignette a .articles-content,
#primary .template-annuaire-contacts ul li.liste > a:hover,
#primary .template-annuaire-contacts ul li.vignette a .articles-content,
#primary .template-agenda ul li a:hover .articles-content,
#primary .contact-detail .content-contact .content-contact-header,
#primary .content-agenda .info {
    border: 1px solid transparent;
} */

/* Formulaire de contact (agenda/annuaire) */
.content-defaut-module form ol li label {
    color: #272C44;
    font-weight: bold;
}

.content-defaut-module form ol li input[type=text],
.content-defaut-module form ol li textarea {
    background: #eee;
    font-size: 14px;
    color: #272C44;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #272C44;
}

/* Checkbox RGPD */

#primary input#checkbox-rgpd {
    display: flex;
    margin: 0 10px 0 0;
    flex: 0 0 auto;
    height: 15px;
    width: 15px;
}

/* A modifier */
.center-prop-internaute {
    margin-left: -585px;
}

.center-prop-internaute .prop-publication {
    background-color: #ECECEC;
}

.template-horaires-ouverture .alerte p {
    color: #fff !important;
    text-transform: none;
}

/* *************************************************
*                 _               _ _ _    __
*        / \   ___| |_ _   _  __ _| (_) |_ /_/  ___
*       / _ \ / __| __| | | |/ _` | | | __/ _ \/ __|
*      / ___ \ (__| |_| |_| | (_| | | | ||  __/\__ \
*     /_/   \_\___|\__|\__,_|\__,_|_|_|\__\___||___/
*
**************************************************** */

/* Simple */
#primary .template-actualites {
    margin-top: 0px;
}

#primary .template-actualites ul {}

#primary .template-actualites ul li {
    background-color: #fff;
    width: 100%;
    position: relative;
    height: 180px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    transition: .25s;
}
#primary .template-actualites ul li:hover {
    filter: none;
}
#primary .template-actualites ul li:first-child {
    margin-top: 0;
}

#primary .template-actualites ul li a {
    display: block;
    text-decoration: none;
}

#primary .template-actualites ul li a .img-actu {
    display: block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

#primary .template-actualites ul li a .img-actu-upload {
    background-size: cover;
    background-position: center center;
}

#primary .template-actualites ul li .cats-date {
    top: 17px;
    left: 200px;
}

#primary .template-actualites ul li .cats-date .cats-actus,
#primary .date-cat p.cats-actus,
#primary .date-cat p.post-id {
    float: left;
    margin-right: 10px;
    margin-bottom: 0
}

/* Minime */
#primary .template-actualites ul li.minime {
    height: 104px;
    margin-top: 20px;
}

#primary .template-actualites ul li:first-child.minime {
    height: 105px;
    margin-top: 0;
}

#primary .template-actualites ul li.minime a .articles-content {
    padding: 0 20px;
    height: 102px;
}

#primary .template-actualites ul li.minime .cats-date {
    position: absolute;
    left: 20px;
}

/* Single */
#primary .date-cat {
    border: 1px solid #c7c7c7;
    padding: 10px 15px 17px;
    margin-top: 0px;
    position: relative
}

#primary article .date-cat p.cats-actus a,
#primary article .date-cat p.date span {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    color: #272C44;
}

#primary article .date-cat svg path {
    fill: #272C44;
}

/* ****************************************
*         _                        _
*        / \   __ _  ___ _ __   __| | __ _
*       / _ \ / _` |/ _ \ '_ \ / _` |/ _` |
*      / ___ \ (_| |  __/ | | | (_| | (_| |
*     /_/   \_\__, |\___|_| |_|\__,_|\__,_|
*             |___/
*
******************************************* */

#proposition-publication p.infolocale-a-savoir {
    background-size: 3.5%;
}

#primary .template-agenda {}

#primary .template-agenda ul li {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    border-radius: 10px 0px 0px 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));  
    transition: .25s;  
}
#primary .template-agenda ul li:hover {
    filter: none;
}

#primary .template-agenda ul li:first-child {
    margin-top: 0;
}

#primary .template-agenda ul li a {
    display: block;
    text-decoration: none;
}

#primary .template-agenda ul li a span.img-agenda {
    width: 130px;
    height: 210px;
    float: left;
    line-height: 210px;
    text-align: center;
}

#primary .template-agenda ul li a span.img-agenda.bs-cover {
    background-size: cover;
}

#primary .template-agenda ul li a .date {
    width: 130px;
    height: 180px;
    float: left;
    margin-right: 20px;
    padding-top: 30px;
}

#primary .template-agenda ul li a .date p {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: 0 13px;
    color: #1F1F1F;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

#primary .template-agenda ul li a .articles-content {
    height: 208px;
    padding-right: 10px;
}

#primary .template-agenda ul li a .articles-content .lieu {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    line-height: 14px;
    margin-top: 12px;
    display: block;
}

#primary .template-agenda ul li a .articles-content .lieu svg {
    width: 8px;
    height: 13px;
    margin-right: 10px;
}

#primary .template-agenda ul li a .articles-content .lieu svg path {
    fill: #515151;
}

#primary .template-agenda ul li .categorie-agenda {
    top: 15px;
    left: 280px;
}

#primary .template-agenda ul li a .date,
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event,
#primary .content-agenda .categorie-date {
    background-color: #00BED6;
}

#primary .template-agenda ul li a .articles-content {
    border: 1px solid #fff;
    border-left: none;
    border-radius: 0 10px 10px 0;
}

#primary .template-agenda ul li a:hover .articles-content {
    border-left: none;
}

/* A modifier */
#primary .template-agenda ul li a .articles-content .lieu {
    color: #515151;
}

/* Single */
#primary .content-agenda {
    margin-top: 0px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
}

#primary .content-agenda .categorie-date {
    margin-right: 20px;
    width: 100%;
    box-sizing: border-box;
    height: inherit;
    padding: 14px 25px;
    margin-bottom: 20px;
}

#primary .content-agenda .categorie-date .date-evenement p {
    font-size: 18px;
    line-height: 20px;
    float: left;
    text-transform: none;
    margin-bottom: 0;
    text-transform: uppercase;
}

#primary .content-agenda .categorie-date .date-evenement p:first-child {
    margin-right: 10px;
}

#primary .content-agenda .info {
    padding: 15px 25px;
    background: #fff;
}
.content-agenda .categorie-date p {
    color: #1F1F1F;
}

#primary .content-agenda .info p.categorie-evenement {
    margin-bottom: 10px;
}

#primary .content-agenda .info p.categorie-evenement span svg {
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

#primary .content-agenda .info p.categorie-evenement a {
    text-decoration: none;
}

#primary .content-agenda .info p.categorie-evenement a:hover {
    border-bottom: none;
}

#primary .content-agenda .info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

#primary .content-agenda .info p span.label {
    font-weight: bold;
    margin-right: 10px;
}

#primary .content-agenda .site-contact {
    margin-top: 20px;
    overflow: hidden;
}

#primary .content-agenda .site-contact a {
    text-align: center;
    text-decoration: none;
    float: left;
    width: 48%;
    box-sizing: border-box;
}

#primary .content-agenda .site-contact a svg {
    width: 11px;
    height: 11px;
    margin-right: 10px;
}

#primary .content-agenda .site-contact a svg path {
    fill: #eee;
}

#primary .content-agenda .site-contact a.nous-contactez {
    float: right;
}

#primary .content-agenda .site-contact a.nous-contactez.fleft {
    float: left;
}

#primary .content-agenda form,
#primary .contact-detail .content-contact form {
    display: none;
}

#primary .content-agenda form ol,
#primary .contact-detail .content-contact form ol {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#primary .content-agenda form ol li.input,
#primary .contact-detail .content-contact form ol li.input {
    width: 48%;
}

#primary .content-agenda form ol li.textarea,
#primary .contact-detail .content-contact form ol li.textarea {
    width: 100%;
}

#primary .content-agenda form ol li label,
#primary .contact-detail .content-contact form ol li label {
    display: block;
    margin: 20px 0 10px;
}

#primary .content-agenda form ol li input[type=text],
#primary .content-agenda form ol li textarea,
#primary .contact-detail .content-contact form ol li input[type=text],
#primary .contact-detail .content-contact form ol li textarea {
    box-sizing: border-box;
    width: 100%;
    outline: none;
    resize: none;
    padding: 8px 5px 9px;
}


#primary .content-agenda form ol li.input2 ~ li.input,
#primary .contact-detail .content-contact form ol li.input2 ~ li.input,
#primary .content-agenda form ol li.input2 ~ li.input .textarea,
#primary .contact-detail .content-contact form ol li.input2 ~ li.input .textarea,
#primary .content-agenda form ol li.input2 ~ li.input .textarea label,
#primary .contact-detail .content-contact form ol li.input2 ~ li.input .textarea label {
    width: 100%;
}

#primary .content-agenda form ol li.input2 ~ li.input .textarea,
#primary .contact-detail .content-contact form ol li.input2 ~ li.input .textarea {
    display: flex;
    flex-wrap: wrap;
}

#primary .content-agenda form ol li.input2 ~ li.input .textarea input,
#primary .contact-detail .content-contact form ol li.input2 ~ li.input .textarea input {
    flex: 1;
    margin-left: 20px;
}

#primary .content-agenda form ol li button,
#primary .contact-detail .content-contact form ol li button {
    margin-top: 20px;
}

/* Réglages des couleurs des catégories */
/*.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.culture_et_loisirs {background-color:#29779f;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.enfance_et_jeunesse {background-color:#ec7404;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.economie {background-color:#a6be10;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.sports {background-color:#272528;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.tourisme {background-color:#d10063;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.travaux {background-color:#6d6d6d;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.urbanisme {background-color:#f8694d;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.vie_locale {background-color:#2ca8d2;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.vie_municipale {background-color:#c82828;}
.template-agenda ul #calendrier-agenda .fc-row .fc-event-container a.fc-event.divers {background-color:#305891;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event {border:1px solid #29779f;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.culture_et_loisirs {border:1px solid #29779f;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.enfance_et_jeunesse {border:1px solid #ec7404;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.economie {border:1px solid #a6be10;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.sports {border:1px solid #272528;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.tourisme {border:1px solid #d10063;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.travaux {border:1px solid #6d6d6d;}
    .agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.urbanisme {border:1px solid #f8694d;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.vie_locale {border:1px solid #2ca8d2;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.vie_municipale {border:1px solid #c82828;}
.agenda-evenement #calendrier-agenda .fc-row .fc-event-container a.fc-event.divers {border:1px solid #305891;}*/

/* A modifier */
.content-agenda .info .categorie-evenement,
.content-agenda .info .categorie-evenement a {
    color: #272C44;
}

.content-agenda .info .categorie-evenement a {
    border-bottom: 1px solid #272C44;
}

.content-agenda .info svg path {
    fill: #272C44;
}

/* *******************************************************************
*      ____  _               _       _                      _   _  __
*     |  _ \| | __ _ _ __   (_)_ __ | |_ ___ _ __ __ _  ___| |_(_)/ _|
*     | |_) | |/ _` | '_ \  | | '_ \| __/ _ \ '__/ _` |/ __| __| | |_
*     |  __/| | (_| | | | | | | | | | ||  __/ | | (_| | (__| |_| |  _|
*     |_|   |_|\__,_|_| |_| |_|_| |_|\__\___|_|  \__,_|\___|\__|_|_|
*
********************************************************************** */
#primary .panel-plan-interactif {
    padding-bottom: 20px;
}

#primary .panel-plan-interactif .display-map {
    margin-bottom: 15px;
}

#primary .panel-plan-interactif .display-map a.on {
    display: none;
}

#primary .form-planinteractif .categorie-googlemap {
    margin: 10px 0 0;
    background: transparent;
    width: 100%;
    float: none;
}

#primary .form-planinteractif .categorie-googlemap h5 {
    background: #272C44;
    border: none;
    padding: 10px 10px;
    margin-bottom: 1px;
}

#primary .form-planinteractif .categorie-googlemap h5:hover {
    background: #fff;
}

#primary .form-planinteractif .categorie-googlemap h5 a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
#primary .form-planinteractif .categorie-googlemap h5:hover a {
    color: #1F1F1F;
}
.categorie-googlemap h5:hover a span.svg-filtre-pi svg path {
fill: #1F1F1F;
}
#primary .form-planinteractif .categorie-googlemap .categorie-children {
    background-color: #eee;
}

#primary .wrapper-panel .form-panel .categorie-children label {
    text-transform: none;
    color: #272C44;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

#primary .form-planinteractif .categorie-googlemap .categorie-children label input {
    float: left;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
}

#primary .wrapper-panel .form-planinteractif {
    border: none;
    padding: 0;
    margin: 0;
}

#primary .template-plan-interactif {
    margin-top: 0px;
    float: left;
    position: relative;
}

#primary .template-plan-interactif #canvas-google-maps {
    height: 804px;
}

body.map-full-width #primary .template-plan-interactif .googlemap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.map-full-width #primary .template-plan-interactif .googlemap #canvas-google-maps {
    height: 100%;
}

body.map-full-width.admin-bar #primary .template-plan-interactif .googlemap {
    top: 32px;
    width: 85%;
}

body.map-full-width #primary .wrapper-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 20%;
}

body.map-full-width.admin-bar #primary .wrapper-panel {
    top: 32px;
}

body.map-full-width header,
body.map-full-width .partage-social-media,
body.map-full-width footer {
    display: none;
}

/* ********************************************************************************************************************
*      ____                       _                   _           _           _        _   _      __
*     | __ )  __ _ ___  ___    __| | ___   ___    ___| |_   _ __ | |__   ___ | |_ ___ | |_| |__   \_\  __ _ _   _  ___
*     |  _ \ / _` / __|/ _ \  / _` |/ _ \ / __|  / _ \ __| | '_ \| '_ \ / _ \| __/ _ \| __| '_ \ / _ \/ _` | | | |/ _ \
*     | |_) | (_| \__ \  __/ | (_| | (_) | (__  |  __/ |_  | |_) | | | | (_) | || (_) | |_| | | |  __/ (_| | |_| |  __/
*     |____/ \__,_|___/\___|  \__,_|\___/ \___|  \___|\__| | .__/|_| |_|\___/ \__\___/ \__|_| |_|\___|\__, |\__,_|\___|
*                                                          |_|                                           |_|
*
*********************************************************************************************************************** */

#primary .template-bdocumentaire-phototheque {
    margin-top: 0px;
}

#primary .template-bdocumentaire-phototheque ul {}

#primary .template-bdocumentaire-phototheque ul li {
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    overflow: hidden;
}

#primary .template-bdocumentaire-phototheque ul li:first-child {
    margin-top: 0;
}

#primary .template-bdocumentaire-phototheque ul li .image-a-la-une {
    width: 127px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

#primary .template-bdocumentaire-phototheque ul li .image-a-la-une img {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
}

#primary .template-bdocumentaire-phototheque ul li .image-a-la-une.image-a-la-une-not-pdf img {
    min-width: inherit;
    min-height: inherit;
    display: inline-block;
    vertical-align: middle;
}

#primary .template-bdocumentaire-phototheque ul li .information-document {
    height: 178px;
    padding-right: 10px;
    border-radius: 0 10px 10px 0;
}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document {
    margin-top: 0;
    padding-top: 12px;
    overflow: hidden;
}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.categorie-document span {}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.categorie-document span svg {
    width: 14px;
    height: 13px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.categorie-document a {
    text-decoration: none;
    display: block;
    float: left;
}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.categorie-document a:hover {
    text-decoration: underline;
}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.date-document span {}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.date-document span svg {
    width: 13px;
    height: 13px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.poids-document span {}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.poids-document span svg {
    width: 10px;
    height: 13px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document h4 {
    padding: 0;
    margin: 10px 0 5px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document p {
    margin: 0;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a.telecharger,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter,
#primary .template-bdocumentaire-phototheque ul li .information-document a.consulter-ligne {
    display: block;
    width: 110px;
    float: left;
    padding: 4px 8px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a.consulter-ligne,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter {
    margin-right: 7px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a span svg {}

#primary .template-bdocumentaire-phototheque ul li .information-document a span svg path {
    width: 14px;
    height: 8px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a.telecharger span svg,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter span svg {
    width: 11px;
    height: 11px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a.consulter-ligne span svg {
    width: 14px;
    height: 8px;
}

/* A modifier */
#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.categorie-document,
#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.date-document,
#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.poids-document {
    float: left;
    margin-right: 10px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.categorie-document span,
#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.date-document span,
#primary .template-bdocumentaire-phototheque ul li .information-document .details-document p.poids-document span {
    float: left;
    margin-right: 5px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a.telecharger,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter,
#primary .template-bdocumentaire-phototheque ul li .information-document a.consulter-ligne {
    color: #eeeeee;
    font-size: 11px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a.telecharger span svg,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter span svg,
#primary .template-bdocumentaire-phototheque ul li .information-document a.consulter-ligne span svg {
    margin-right: 8px;
}

#primary .template-bdocumentaire-phototheque ul li .information-document a.telecharger span svg path,
#primary .template-bdocumentaire-phototheque ul li .information-document a.ecouter span svg,
#primary .template-bdocumentaire-phototheque ul li .information-document a.consulter-ligne span svg path {
    fill: #eee;
}

#primary .template-bdocumentaire-phototheque ul li .image-a-la-une {
    text-align: center;
    line-height: 180px;
    border-radius: 10px 0 0 10px;
}

#primary .template-bdocumentaire-phototheque ul li .image-a-la-une.image-a-la-une-not-pdf img {
    min-width: inherit;
    min-height: inherit;
    display: inline-block;
    vertical-align: middle;
}


.centerPropBd {
    width: 1170px;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 200;
}

#proposition-document {
    width: 100%;
}

#proposition-document #soumettre-document-form button#soumettre-document {
    float: right;
}

#proposition-document #soumettre-document-form .bloc-form.demi-field {
    width: 48%;
    margin-bottom: 20px;
}

#proposition-document #soumettre-document-form .bloc-form.demi-field input {
    width: 100%;
}

#proposition-document #soumettre-document-form a.btn-precedent-form,
#proposition-document #soumettre-document-form .bloc-form input#checkbox-rgpd {
    float: left;
}

#proposition-document #soumettre-document-form .bloc-form .obligatoire {
    color: #790000;
}

#proposition-document a.close-popup {
    font-size: 40px;
    color: #6C6C6C;
    font-weight: bold;
    top: 10px;
    right: 5px;
}

#proposition-document a.close-popup span {
    font-size: 30px;
    height: auto;
    width: auto;
}

#proposition-document a.close-popup span::before {
    font-size: inherit;
    color: inherit;
}

#proposition-document p.thanks {
    font-size: 18px;
    margin: 20px 0 0;
    color: inherit;
}

/* **********************************************************************************************************
*       ____           _   _                   _
*      / ___| ___  ___| |_(_) ___  _ __     __| | ___  ___   _ __ ___  ___ ___  ___  _   _ _ __ ___ ___  ___
*     | |  _ / _ \/ __| __| |/ _ \| '_ \   / _` |/ _ \/ __| | '__/ _ \/ __/ __|/ _ \| | | | '__/ __/ _ \/ __|
*     | |_| |  __/\__ \ |_| | (_) | | | | | (_| |  __/\__ \ | | |  __/\__ \__ \ (_) | |_| | | | (_|  __/\__ \
*      \____|\___||___/\__|_|\___/|_| |_|  \__,_|\___||___/ |_|  \___||___/___/\___/ \__,_|_|  \___\___||___/
*
************************************************************************************************************* */
#primary .wrapper-calendrier-gestion-ressources {
    background: #eeeeee;
}

.post-template-template-gestion-ressources-php .panel-gestion-ressources .display-listes p,
.tax-categories-ressources .panel-gestion-ressources .display-listes p {
    width: auto;
}

.post-template-template-gestion-ressources-php .panel-gestion-ressources .display-listes,
.tax-categories-ressources .display-listes {
    padding: 0;
}

.wrapper-calendrier-gestion-ressources a.btn-reserver-ressource {
    background: #272C44;
}

.wrapper-calendrier-gestion-ressources a.btn-reserver-ressource:hover {
    background: #52575b;
}

.wrapper-calendrier-gestion-ressources a.btn-reserver-ressource span.txt {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 24px;
}

#primary .panel-gestion-ressources .form-panel {
    padding-bottom: 0;
    border-bottom: none;
}

#primary .template-gestion-ressources {
    margin-top: 0px;
}

#primary .template-gestion-ressources ul li {
    position: relative;
    margin-top: 20px;
}

#primary .template-gestion-ressources ul li:first-child {
    margin-top: 0;
}

#primary .template-gestion-ressources ul li a {
    display: block;
    text-decoration: none;
}

#primary .template-gestion-ressources ul li span.img-ressources {
    width: 180px;
    height: 180px;
    line-height: 180px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    float: left;
    text-align: center;
}

#primary .template-gestion-ressources ul li span.img-ressources-upload {
    background-size: cover;
    background-position: center center;
}

#primary .template-gestion-ressources ul li span.articles-content {
    border: 1px solid #c7c7c7;
    height: 178px;
    display: block;
    padding-right: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#primary .template-gestion-ressources ul li .categorie-ressources {
    top: 15px;
    left: 200px;
}

/* Single */
#primary .wrapper-calendrier-gestion-ressources a.reserver-ressource {
    font-weight: normal;
    font-size: 14px;
    color: #eee;
    width: 300px;
    margin: 0px auto 30px;
}

/* ****************************************************************************************************
*         _                            _                _                        _             _
*        / \   _ __  _ __  _   _  __ _(_)_ __ ___    __| | ___    ___ ___  _ __ | |_ __ _  ___| |_ ___
*       / _ \ | '_ \| '_ \| | | |/ _` | | '__/ _ \  / _` |/ _ \  / __/ _ \| '_ \| __/ _` |/ __| __/ __|
*      / ___ \| | | | | | | |_| | (_| | | | |  __/ | (_| |  __/ | (_| (_) | | | | || (_| | (__| |_\__ \
*     /_/   \_\_| |_|_| |_|\__,_|\__,_|_|_|  \___|  \__,_|\___|  \___\___/|_| |_|\__\__,_|\___|\__|___/
*
******************************************************************************************************* */

#primary .template-annuaire-contacts {
    margin-top: 0px;
}

#primary .template-annuaire-contacts ul li.vignette {
    float: left;
    width: 48%;
    position: relative;
    height: 370px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    transition: .25s;
}
#primary .template-annuaire-contacts ul li.vignette:hover {
    filter: none;
}
#primary .template-annuaire-contacts ul li.vignette:nth-child(even) {
    margin-left: 4%;
}

#primary .template-annuaire-contacts ul li > a {
    text-decoration: none;
    display: block;
    height: 100%;
    background-color: #fff;
}

#primary .template-annuaire-contacts ul li.vignette a .img-contact {
    width: 100%;
    height: 180px;
    display: block;
    background-position: center center;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-annuaire-contacts ul li.vignette a .imageune-contact {
    background-size: cover;
}

#primary .template-annuaire-contacts ul li.vignette a .articles-content {
    border-top: none;
    display: block;
    padding-right: 0;
    min-height: 159px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-annuaire-contacts ul li.vignette a .articles-content .hover-contact {
    display: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-annuaire-contacts ul li.vignette a .articles-content .hover-contact .adresse {
    padding: 10px 16px;
    display: block;
}

#primary .template-annuaire-contacts ul li.vignette a .articles-content .hover-contact .num-contact {
    display: block;
    padding: 4px 16px;
    border-top: 1px solid #c7c7c7;
}

#primary .template-annuaire-contacts ul li.vignette a .articles-content .hover-contact span.num-contact svg {
    width: 13px;
    height: 17px;
    float: left;
    margin-right: 14px;
}

#primary .template-annuaire-contacts ul li.vignette a .articles-content .hover-contact span.num-contact svg path {
    fill: #515151;
}

#primary .template-annuaire-contacts ul li.vignette .categorie-annuairedecontact {
    top: 198px;
    left: 16px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-annuaire-contacts ul li.vignette a .lire-la-suite {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-annuaire-contacts ul li .categorie-annuairedecontact a {
    float: none;
}

#primary .template-annuaire-contacts ul li.vignette a .voir-fiche {
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#primary .template-annuaire-contacts ul li.liste > a:hover {
    border-top: none;
}

#primary .template-annuaire-contacts ul li.vignette.firstc a .img-contact,
#primary .template-annuaire-contacts ul li:hover.vignette a .img-contact {
    height: 0;
}

#primary .template-annuaire-contacts ul li:hover.vignette a .articles-content,
#primary .template-annuaire-contacts ul li.vignette.firstc a .articles-content {
    background: transparent;
}

#primary .template-annuaire-contacts ul li.vignette.firstc a .hover-contact,
#primary .template-annuaire-contacts ul li:hover.vignette a .hover-contact {
    display: block;
}

#primary .template-annuaire-contacts ul li.vignette.firstc .categorie-annuairedecontact,
#primary .template-annuaire-contacts ul li:hover.vignette .categorie-annuairedecontact {
    top: 18px;
}

#primary .template-annuaire-contacts ul li.vignette.firstc a .lire-la-suite,
#primary .template-annuaire-contacts ul li:hover.vignette a .lire-la-suite,
#primary .template-annuaire-contacts ul li .site-internet .reponsive-480 {
    display: none;
}

/* Liste */
#primary .template-annuaire-contacts ul li.liste {
    position: relative;
    width: 100%;
    margin-top: 20px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    list-style: none;
    transition: .25s;
}
#primary .template-annuaire-contacts ul li.liste:hover {
    filter: none;
}

#primary .template-annuaire-contacts ul li.liste:first-child {
    margin-top: 0px;
}

#primary .template-annuaire-contacts ul li.liste a .articles-content {
    height: 100%;
}

#primary .template-annuaire-contacts ul li:last-child.liste {
    margin-bottom: 20px;
}

#primary .template-annuaire-contacts ul li.liste > a {
    height: 105px;
    background-color: #eee;
    border-top: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-annuaire-contacts ul li.liste .categorie-annuairedecontact {
    top: 17px;
    left: 20px;
}

#primary .template-annuaire-contacts ul li.liste a .articles-content .title {
    padding: 48px 25px 0 16px;
}

#primary .template-annuaire-contacts ul li.liste > a:hover {
    background-color: #dcdcdc;
    border: none;
}

/* Pagination et nombre de résultats */
#primary .template-annuaire-contacts .nbr-resultats-annuairedecontact {
    float: left;
}

#primary .template-annuaire-contacts .pagination-annuairedecontacts {
    float: right;
    clear: inherit;
}

/* Carte plan */
#primary .template-annuaire-contacts .planinteractif-annuairedecontact #google-map {
    height: 450px;
    width: 100%;
    margin-bottom: 30px;
}

/* Single */
#primary .contact-detail {
    margin-top: 0px;
    position: relative;
}

#primary .contact-detail .content-contact {}

#primary .contact-detail .content-contact .content-contact-header {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #ECECEC;
}

#primary .contact-detail .content-contact .content-contact-header .adresse {
    width: 60%;
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
}

#primary .contact-detail .content-contact .content-contact-header .reseaux {
    width: 33%;
    float: right;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}

#primary .contact-detail .content-contact .content-contact-header .reseaux p {
    font-weight: bold;
    text-transform: uppercase;
}

#primary .contact-detail .content-contact .content-contact-header .reseaux a {
    display: inline-block;
    margin: 5px 10px 5px 10px;
    height: 36px;
    width: 36px;
    font-family: 'SocialFont';
    font-size: 35px;
    text-decoration: none;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .contact-detail .content-contact .content-contact-header .reseaux a::before {
    top: 10px;
    position: absolute;
    left: 0px;
}

#primary .contact-detail .content-contact .content-contact-header .reseaux a:hover {
    opacity: 0.7;
}

#primary .contact-detail .content-contact .numeros {
    overflow: hidden;
    width: 100%;
}

#primary .contact-detail .content-contact .numeros a {
    float: left;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}

#primary .contact-detail .content-contact .numeros.numero1 a {
    width: 100%;
}

#primary .contact-detail .content-contact .numeros.numero2 a {
    width: 50%;
}

#primary .contact-detail .content-contact .numeros.numero3 a {
    width: 33%;
}

#primary .contact-detail .content-contact .numeros a:first-child {
    border-left: none;
}

#primary .contact-detail .content-contact .numeros.numero3 a:first-child {
    width: 34%;
}

#primary .contact-detail .content-contact .numeros a span {
    display: inline-block;
    vertical-align: middle;
}

#primary .contact-detail .content-contact .numeros a span.icon {
    margin-right: 5px;
}

#primary .contact-detail .content-contact .numeros a span.icon svg {
    margin-right: 5px;
    margin-top: -3px;
}

#primary .contact-detail .content-contact .site-contact {}

#primary .contact-detail .content-contact .site-contact {
    margin-top: 20px;
    overflow: hidden;
}

#primary .contact-detail .content-contact .site-contact a {
    text-align: center;
    text-decoration: none;
    float: left;
    width: 48%;
    box-sizing: border-box;
}

#primary .contact-detail .content-contact .site-contact a svg {
    width: 11px;
    height: 11px;
    margin-right: 10px;
}

#primary .contact-detail .content-contact .site-contact a svg path {
    fill: #eee;
}

#primary .contact-detail .content-contact .site-contact a.nous-contactez {
    float: right;
}

#primary .contact-detail .informations-contacts {
    margin-top: 20px;
}

#primary .contact-detail .informations-contacts .infos-contact {
    overflow: hidden;
    margin-bottom: 10px;
}

#primary .contact-detail .informations-contacts .infos-contact p.label {
    float: left;
    margin-right: 10px;
}

#primary .contact-detail .label {
    width: 190px;
}

#primary .contact-detail .informations-contacts .infos-contact div {
    float: left;
}

#primary .contact-detail .informations-contacts .infos-contact.a_savoir div div p {
    float: left;
    width: auto;
}

#primary .contact-detail .informations-contacts .options {
    overflow: hidden;
    margin: 10px 0;
}

#primary .contact-detail .informations-contacts .options a {
    display: block;
    width: 48%;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .contact-detail .informations-contacts .options a.soumettre-fiche {
    float: right;
    display: none!important;
}

/* A modifier */
#primary .template-annuaire-contacts ul li a .articles-content .title {
    padding: 48px 16px 0;
}

#primary .template-annuaire-contacts ul li.vignette a .articles-content .hover-contact .adresse,
#primary .template-annuaire-contacts ul li.vignette a .articles-content .hover-contact .num-contact {
    color: #515151;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

#primary .template-annuaire-contacts ul li.vignette.firstc,
#primary .template-annuaire-contacts ul li:hover.vignette {
    background-color: #dcdcdc;
}

#primary .template-annuaire-contacts ul li .categorie-annuairedecontact {
    color: #878787;
}

#primary .template-annuaire-contacts ul li.vignette a .voir-fiche {
    background-color: #272C44;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #eeeeee;
}

#primary .template-annuaire-contacts .nbr-resultats-annuairedecontact p {
    color: #515151;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    margin-top: 8px;
}

#primary .contact-detail .content-contact .content-contact-header .reseaux {
    background-color: #ECECEC;
    border-left: 1px solid #fff;
}

#primary .contact-detail .content-contact .content-contact-header .reseaux p,
#primary .contact-detail .content-contact .content-contact-header .reseaux a {
    color: #878787;
}

#primary .contact-detail .content-contact .numeros {
    background-color: #272C44;
}

#primary .contact-detail .content-contact .numeros a {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #eee;
    background: #272C44;
    border-left: 1px solid #eee;
}

#primary .contact-detail .content-contact .numeros a span.icon svg path {
    fill: #eee;
}

#primary .contact-detail .content-contact .numeros a.portable .icon svg {
    width: 8px;
}

#primary .contact-detail .informations-contacts .infos-contact p.label {
    color: #272C44;
    font-weight: bold;
}

#primary .contact-detail .informations-contacts .options a {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 12px;
    background-color: #eee;
    color: #969696;
    border: 1px solid #969696;
    padding: 7px 0px;
    border-radius: 5px;
}

#primary .contact-detail .informations-contacts .options a:hover {
    color: #eee;
    background-color: #969696;
}

.gform_wrapper .gform_footer:not(.top_label) {
    width: 100%;
    margin-left: 0;
}

.gform_wrapper .gform_footer input[type=submit] {
    margin-top: 15px;
}

/* *******************************************
*         _    _            _     _   _ ____
*        / \  | |       ___| |_  | \ | |  _ \
*       / _ \ | |      / _ \ __| |  \| | |_) |
*      / ___ \| |___  |  __/ |_  | |\  |  __/
*     /_/   \_\_____|  \___|\__| |_| \_|_|
*
********************************************** */

#primary .accesrapide-resultats-alnp {
    position: relative;
}

#primary .accesrapide-resultats-alnp h2 {
    text-transform: uppercase;
    margin: 0;
    border: none;
    padding: 15px 25px;
}

#primary .accesrapide-resultats-alnp p.volet-alnp {
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    cursor: pointer;
}

#primary .accesrapide-resultats-alnp p.volet-alnp.open .open,
#primary .accesrapide-resultats-alnp p.volet-alnp.close .close {
    display: inline-block;
}

#primary .accesrapide-resultats-alnp p.volet-alnp.close .open,
#primary .accesrapide-resultats-alnp p.volet-alnp.open .close {
    display: none;
}

#primary .accesrapide-resultats-alnp p.volet-alnp span svg {
    width: 13px;
    height: 7px;
    margin: 0 0 0 10px;
}

#primary .accesrapide-resultats-alnp .wrapper-liste-acces-rapide {
    display: none;
    margin: 0 25px;
    padding: 25px 0;
}

#primary .accesrapide-resultats-alnp .wrapper-liste-acces-rapide .liste-acces-rapide-resultats ul li {
    width: 48%;
    float: left;
}

#primary .accesrapide-resultats-alnp .wrapper-liste-acces-rapide .liste-acces-rapide-resultats ul li:nth-child(even) {
    float: right;
}

#primary .accesrapide-resultats-alnp .wrapper-liste-acces-rapide .liste-acces-rapide-resultats ul li a {
    text-decoration: none;
}

#primary .accesrapide-resultats-alnp .wrapper-liste-acces-rapide .liste-acces-rapide-resultats ul li a:hover {
    text-decoration: underline;
}

#primary .template-affilistes-navprofil {
    position: relative;
}

#primary .template-affilistes-navprofil ul.liste-publication {
    overflow: hidden;
    margin-top: 20px;
    padding: 15px;
}

#primary .template-affilistes-navprofil ul.liste-publication > li {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette {
    width: 48%;
    float: left;
    height: 330px;
}

#primary .template-affilistes-navprofil ul.liste-publication li:nth-child(even).vignette {
    float: right;
}

#primary .template-affilistes-navprofil ul.liste-publication li a {
    display: block;
    text-decoration: none;
}

#primary .template-affilistes-navprofil ul.liste-publication li a .img-al {
    height: 180px;
    display: block;
    background-position: center center;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-affilistes-navprofil ul.liste-publication li a .img-al.no-image-default {
    background-position: center center;
}

#primary .template-affilistes-navprofil ul.liste-publication li a.vignettes .img-al {
    width: 100%;
}

#primary .template-affilistes-navprofil ul.liste-publication li a .imageune-al {
    background-size: cover;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette-bandeau a .imageune-al {
    background-position: center top;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content {
    display: block;
    padding: 48px 17px 15px 17px;
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    height: auto;
    margin-top: 0;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content .hover-contact {
    display: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content .hover-contact .introduction {
    margin-top: 20px;
    display: block;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content .hover-contact ul {
    margin-top: 20px;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content .hover-contact ul li {
    margin-bottom: 10px;
}

#primary .template-affilistes-navprofil ul li.vignette:hover a .articles-content,
#primary .template-affilistes-navprofil ul li.vignette.firstc a .articles-content,
#primary .template-affilistes-navprofil ul li.vignette:hover span .articles-content,
#primary .template-affilistes-navprofil ul li.vignette.firstc span .articles-content {
    background: #fff;
    height: 330px;
    border-top: none;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette:hover a .articles-content .hover-contact,
#primary .template-affilistes-navprofil ul.liste-publication li.vignette.firstc a .articles-content .hover-contact {
    display: block;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette.firstc a .articles-content span.lire-la-suite svg,
#primary .template-affilistes-navprofil ul.liste-publication li.vignette:hover a .articles-content span.lire-la-suite svg {
    float: right;
    margin-left: 5px;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content span.lire-la-suite span {
    font-size: 12px;
    line-height: 21px;
    display: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette.firstc a .articles-content span.lire-la-suite span,
#primary .template-affilistes-navprofil ul.liste-publication li.vignette:hover a .articles-content span.lire-la-suite span {
    display: inline-block;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette {
    width: 48%;
}

#primary .template-affilistes-navprofil ul.liste-publication li.liste a .img-al {
    width: 180px;
    float: left;
    margin-right: 20px;
}

#primary .template-affilistes-navprofil ul.liste-publication li.liste a .articles-content {
    display: block;
    height: 118px;
    padding: 35px 20px 25px 0;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-affilistes-navprofil ul.liste-publication li.liste a .articles-content .title {
    margin-bottom: 15px;
}

/* A modifier */
#primary .template-affilistes-navprofil ul.liste-publication li .categorie-affichage_liste a {
    margin: 0 3px
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette .categorie-affichage_liste {
    top: 198px;
    left: 17px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette:hover .categorie-affichage_liste {
    top: 20px;
}

#primary .template-affilistes-navprofil ul li.vignette.firstc > a,
#primary .template-affilistes-navprofil ul li.vignette: > a,
#primary .template-affilistes-navprofil ul li.liste.firstc > a,
#primary .template-affilistes-navprofil ul li.liste.hover > a {
    background-color: #dcdcdc;
}

#primary .template-affilistes-navprofil ul li.vignette.firstc a .img-al,
#primary .template-affilistes-navprofil ul li:hover.vignette a .img-al {
    height: 0
}

#primary .template-affilistes-navprofil ul.liste-publication li.liste:hover a .articles-content {
   /*  background-color: #dcdcdc; */
    border-radius: 10px;
} 

#primary .template-affilistes-navprofil ul.liste-publication li.liste .categorie-affichage_liste {
    top: 12px;
    left: 200px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .accesrapide-resultats-alnp {
    background-color: #272C44;
    margin-top: 0px;
}

#primary .accesrapide-resultats-alnp h2 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}

#primary .accesrapide-resultats-alnp p.volet-alnp {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    top: 17px;
    right: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

#primary .accesrapide-resultats-alnp p.volet-alnp span svg {
    fill: #fff;
}

#primary .accesrapide-resultats-alnp .wrapper-liste-acces-rapide {
    border-top: 1px solid #fff;
}

#primary .accesrapide-resultats-alnp .wrapper-liste-acces-rapide .liste-acces-rapide-resultats ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content {
    border-top: none;
}

#primary .template-affilistes-navprofil ul.liste-publication li a .articles-content .title {
    padding: 0;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content .hover-contact .introduction,
#primary .template-affilistes-navprofil ul.liste-publication li.liste a .introduction,
#primary .template-affilistes-navprofil ul.liste-publication li.vignette a ul li {
    margin: 20px 0 0;
}

#primary .template-affilistes-navprofil ul.liste-publication li.liste a .articles-content {
    border-left: none;
}

#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content span.lire-la-suite span {
    color: #1F1F1F;
}

/* Navigation par profils */
body.single-navigation_profils .wrapper-primary-secondary {
    background-color: #ebebeb;
}

#primary .panel-affichage-liste .keywords,
#primary .panel-navigation-profil .keywords {
    display: none;
}


/** FILTRAGES ***/
#primary .template-filtrages {
    position: relative;
    min-height: 200px;
}

#primary .template-filtrages ul.liste-publication {
    overflow: hidden;
    margin-top: 20px;
    min-height: 300px;
}

#primary .template-filtrages ul.liste-publication > li {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

#primary .template-filtrages ul.liste-publication li.vignette {
    width: 48%;
    float: left;
    height: 330px;
}

#primary .template-filtrages ul.liste-publication li:nth-child(even).vignette {
    float: right;
}

#primary .template-filtrages ul.liste-publication li a {
    display: block;
    text-decoration: none;
}

#primary .template-filtrages ul.liste-publication li a .img-emploi {
    background-color: rgb(160, 162, 164);
    height: 180px;
    display: block;
    background-position: center center;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-filtrages ul.liste-publication li a .img-emploi.no-image-default {
    background-position: center center;
}

#primary .template-filtrages ul.liste-publication li a.vignettes .img-emploi {
    width: 100%;
}

#primary .template-filtrages ul.liste-publication li a .img-filtrage {
    background-size: cover;
    width: 180px;
    float: left;
    margin-right: 20px;
    background-size: cover;
    background-color: rgb(160, 162, 164);
    height: 180px;
    display: block;
    background-position: center center;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-filtrages ul.liste-publication li.vignette-bandeau a .imageune-filtrage {
    background-position: center top;
}

#primary .template-filtrages ul.liste-publication li.vignette a .articles-content {
    display: block;
    padding: 48px 17px 15px 17px;
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    height: auto;
    margin-top: 0;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-filtrages ul.liste-publication li.vignette a .articles-content .hover-contact {
    display: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-filtrages ul.liste-publication li.vignette a .articles-content .hover-contact .introduction {
    margin-top: 20px;
    display: block;
}

#primary .template-filtrages ul.liste-publication li.vignette a .articles-content .hover-contact ul {
    margin-top: 20px;
}

#primary .template-filtrages ul.liste-publication li.vignette a .articles-content .hover-contact ul li {
    margin-bottom: 10px;
}

#primary .template-filtrages ul li.vignette:hover a .articles-content,
#primary .template-filtrages ul li.vignette.firstc a .articles-content,
#primary .template-filtrages ul li.vignette:hover span .articles-content,
#primary .template-filtrages ul li.vignette.firstc span .articles-content {
    background: #dcdcdc;
    height: 330px;
    border-top: none;
}

#primary .template-filtrages ul.liste-publication li.vignette:hover a .articles-content .hover-contact,
#primary .template-filtrages ul.liste-publication li.vignette.firstc a .articles-content .hover-contact {
    display: block;
}

#primary .template-filtrages ul.liste-publication li.vignette.firstc a .articles-content span.lire-la-suite svg,
#primary .template-filtrages ul.liste-publication li.vignette:hover a .articles-content span.lire-la-suite svg {
    float: right;
    margin-left: 5px;
}

#primary .template-filtrages ul.liste-publication li.vignette a .articles-content span.lire-la-suite span {
    font-size: 12px;
    line-height: 21px;
    display: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-filtrages ul.liste-publication li.vignette.firstc a .articles-content span.lire-la-suite span,
#primary .template-filtrages ul.liste-publication li.vignette:hover a .articles-content span.lire-la-suite span {
    display: inline-block;
}

#primary .template-filtrages ul.liste-publication li.vignette {
    width: 48%;
}

#primary .template-filtrages ul.liste-publication li.liste a .img-emploi {
    width: 180px;
    float: left;
    margin-right: 20px;
}

#primary .template-filtrages ul.liste-publication li.liste a .articles-content {
    display: block;
    height: 118px;
    padding: 35px 20px 25px 20px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-filtrages ul.liste-publication li.liste a .articles-content .title {
    margin-bottom: 15px;
}

#primary .template-filtrages ul.liste-publication li a .articles-content .title {
    padding: 0;
}

#primary .template-filtrages ul li.vignette:hover a .articles-content,
#primary .template-filtrages ul li.vignette:hover span .articles-content {
    background: #dcdcdc;
    height: 330px;
    border-top: none;
}

#primary .template-filtrages ul li:hover.vignette a .img-emploi {
    height: 0
}

#primary .template-filtrages ul.liste-publication li.vignette a .articles-content span.lire-la-suite span {
    color: #515151;
}

div#filtrages_publications {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    border: 4px solid #dcdcdc;
    position: relative;
}

#filtrages-ajax {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    width: 100%;
}

.template-filtrages .loader {
    background: url('../images/ring-alt.svg') transparent center center no-repeat !important;
    margin: 0;
    height: 110px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    position: absolute;
}

#filtrages-ajax > div {
    display: flex;
    width: 30%;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#filtrages-ajax > div > p,
#filtrages-ajax > div > select {
    width: 100%;
}

.filtre-base .select2-container {
    width: 100% !important
}

#filtrages-ajax .select2-container .select2-selection--multiple {
    min-height: 28px;
}

#filtrages-ajax .select2-container .select2-selection--single {
    height: 30px;
}

.template-filtrages ul.liste-publication li button.favori {
    position: absolute;
    top: 5px;
    padding: 10px;
    background: transparent;
    right: 0;
    z-index: 2;
    cursor: pointer;
    outline: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

#filtrages_publications button.reinitialiser-filtres {
    border-radius: 0;
    background: #dcdcdc;
    font-size: 0;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    outline: 0;
    cursor: pointer;
}

#filtrages_publications button.reinitialiser-filtres svg {
    transform: rotate(0deg);
    fill: #272C44;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    width: 15px;
    height: 16px;
}

#filtrages_publications button.reinitialiser-filtres:hover svg {
    fill: #919191;
    transform: rotate(50deg);
}

.template-filtrages ul.liste-publication li button.favori svg {
    fill: #919191;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.template-filtrages ul.liste-publication li button.favori:hover svg,
.template-filtrages ul.liste-publication li button.favori.selected svg {
    fill: #272C44;
}

#primary article div.date-cat button.favori svg path {
    fill: #919191;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

#primary article div.date-cat button.favori:hover svg path,
#primary article div.date-cat button.favori.selected svg path {
    fill: #272C44;
}

div#favoriBloc,
div#sendFavori {
    width: 370px;
    padding: 0px 10px 0 25px;
    background: transparent;
    color: #272C44;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #272C44;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    transition: all 0.35s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-filtrages-favori div#favoriBloc {
    margin-top: 0;
}

#primary .date-cat .favori {
    position: absolute;
    right: 0;
    display: flex;
    cursor: pointer;
    background: transparent;
    top: 9px;
    outline: 0;
}

div#sendFavori a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

div#sendFavori:hover,
div#favoriBloc:hover,
#primary div#favoriBloc.active,
div#favoriBloc.disabled.always-displayed:hover {
    background: #272C44;
    color: #fff;
}

div#favoriBloc:hover svg,
div#favoriBloc.disabled.always-displayed:hover svg {
    fill: #fff;
}

#favoriBloc input#checkboxFavori {
    width: 15px;
    -webkit-appearance: inherit;
    height: 15px;
    background-size: 12px;
    background-position: bottom;
    margin: 0;
    float: left;
    top: 5px;
    outline: 0;
    left: 0;
    appearance: inherit;
    -moz-appearance: inherit;
    transition: all 0.35s;
    position: absolute;
}

div#favoriBloc.disabled,
div#sendFavori.disabled {
    border-color: #a0a2a4;
    color: #a0a2a4;
    pointer-events: none;
}

div#favoriBloc.disabled.always-displayed {
    border-color: inherit;
    color: inherit;
    pointer-events: inherit;
}

div#favoriBloc.disabled svg {
    fill: #a0a2a4;
}

div#favoriBloc.disabled.always-displayed svg {
    fill: #272C44;
}

div#favoriBloc label,
#primary div#favoriBloc input {
    padding: 0;
    position: relative;
    cursor: pointer;
}

.template-filtrages ul.liste-publication li.vignette button.favori {
    top: 195px;
}

.template-filtrages ul.liste-publication li.vignette:hover button.favori {
    top: 15px;
}

#filtrages-ajax > div#favoriBloc {
    flex-direction: row;
    padding-top: 20px;
    font-weight: 600;
}

.button-prop-filtrages {
    display: block;
    width: 100%;
    position: relative;
}

.propose-filtrages.prop-publi a {
    display: block;
    width: 370px;
    float: right;
    line-height: 38px;
    background: #272C44;
    color: #fff;
    padding: 0 20px;
    margin: 20px 0px 20px 0;
    border: 1px solid #272C44;
    height: 40px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    transition: all 0.35s;
}

.propose-filtrages.prop-publi a svg {
    width: 26px;
    height: 22px;
    position: relative;
    top: 7px;
    left: -3px;
}

.propose-filtrages.prop-publi a svg path {
    fill: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.propose-filtrages.prop-publi a:hover {
    background: transparent;
    color: #272C44;
}

.propose-filtrages.prop-publi a:hover svg path {
    fill: #272C44;
}



/** EMPLOI ***/
#primary.contextualites-off .size-template-filtres {
    width: 100%;
}

#primary.contextualites-off .template-emploi ul.liste-publication {
    display: flex;
    flex-wrap: wrap;
}

#primary.contextualites-off .template-emploi ul.liste-publication > li.vignette {
    width: 32%;
    float: none;
}

#primary.contextualites-off .template-emploi ul.liste-publication > li.liste {
    width: 100%;
    float: none;
}

#primary.contextualites-off .template-emploi ul.liste-publication > li.vignette:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
}

#primary .template-emploi {
    position: relative;
    min-height: 200px;
}

#primary .template-emploi ul.liste-publication {
    overflow: hidden;
    margin-top: 20px;
}

#primary .template-emploi ul.liste-publication > li {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

#primary .template-emploi ul.liste-publication li.vignette {
    width: 48%;
    float: left;
    height: 330px;
}

#primary .template-emploi ul.liste-publication li:nth-child(even).vignette {
    float: right;
}

#primary .template-emploi ul.liste-publication li a {
    height: 100%;
    display: block;
    text-decoration: none;
}

#primary .template-emploi ul.liste-publication li a .img-emploi {
    background-color: rgb(160, 162, 164);
    height: 180px;
    display: block;
    background-position: center center;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-emploi ul.liste-publication li a .img-emploi.no-image-default {
    background-position: center center;
}

#primary .template-emploi ul.liste-publication li a.vignettes .img-emploi {
    width: 100%;
}

#primary .template-emploi ul.liste-publication li a .imageune-filtrage {
    background-size: cover;
}

#primary .template-emploi ul.liste-publication li.vignette-bandeau a .imageune-filtrage {
    background-position: center top;
}

#primary .template-emploi ul.liste-publication li.vignette a .articles-content {
    width: 100%;
    height: 100%;
    display: block;
    padding: 48px 17px 15px 17px;
    box-sizing: border-box;
    min-height: 150px;
    height: auto;
    margin-top: 0;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-emploi ul.liste-publication li.vignette a .articles-content .hover-contact {
    display: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-emploi ul.liste-publication li.vignette a .articles-content .hover-contact .introduction {
    margin-top: 20px;
    display: block;
}

#primary .template-emploi ul.liste-publication li.vignette a .articles-content .hover-contact ul {
    margin-top: 20px;
}

#primary .template-emploi ul.liste-publication li.vignette a .articles-content .hover-contact ul li {
    margin-bottom: 10px;
}

#primary .template-emploi ul li.vignette:hover a .articles-content,
#primary .template-emploi ul li.vignette.firstc a .articles-content,
#primary .template-emploi ul li.vignette:hover span .articles-content,
#primary .template-emploi ul li.vignette.firstc span .articles-content {
    background: #dcdcdc;
    height: 330px;
    border-top: none;
}

#primary .template-emploi ul.liste-publication li.vignette:hover a .articles-content .hover-contact,
#primary .template-emploi ul.liste-publication li.vignette.firstc a .articles-content .hover-contact {
    display: block;
}

#primary .template-emploi ul.liste-publication li.vignette.firstc a .articles-content span.lire-la-suite svg,
#primary .template-emploi ul.liste-publication li.vignette:hover a .articles-content span.lire-la-suite svg {
    float: right;
    margin-left: 5px;
}

#primary .template-emploi ul.liste-publication li.vignette a .articles-content span.lire-la-suite span {
    font-size: 12px;
    line-height: 21px;
    display: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-emploi ul.liste-publication li.vignette.firstc a .articles-content span.lire-la-suite span,
#primary .template-emploi ul.liste-publication li.vignette:hover a .articles-content span.lire-la-suite span {
    display: inline-block;
}

#primary .template-emploi ul.liste-publication li.vignette {
    width: 48%;
}

#primary .template-emploi ul.liste-publication li.liste a .img-emploi {
    width: 180px;
    float: left;
    margin-right: 20px;
}

#primary .template-emploi ul.liste-publication li.liste a .articles-content {
    display: block;
    height: 120px;
    padding: 35px 20px 25px 0;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
}

#primary .template-emploi ul.liste-publication li.liste a .articles-content .title {
    margin-bottom: 15px;
}

#primary .template-emploi ul.liste-publication li a .articles-content .title {
    padding: 0;
}

#primary .template-emploi ul li.vignette:hover a .articles-content,
#primary .template-emploi ul li.vignette:hover span .articles-content {
    background: #dcdcdc;
    height: 330px;
    border-top: none;
}

#primary .template-emploi ul li:hover.vignette a .img-emploi {
    height: 0
}

#primary .template-emploi ul.liste-publication li.vignette a .articles-content span.lire-la-suite span {
    color: #515151;
}

div#emploi_publications {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    border: 4px solid #dcdcdc;
    position: relative;
}

#emploi-ajax {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    width: 100%;
}

.template-emploi .loader {
    background: url('../images/ring-alt.svg') transparent center center no-repeat !important;
    margin: 0;
    height: 110px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    position: absolute;
}

#emploi-ajax > div {
    display: flex;
    width: 31%;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#emploi-ajax > div > p,
#emploi-ajax > div > select {
    width: 100%;
}

.filtre-base .select2-container {
    width: 100% !important
}

.filtre-base .select2-container .select2-search,
#proposition-publication .filtre-base .select2-container .select2-search,
.filtre-base .select2-container .select2-search input,
#proposition-publication .filtre-base .select2-container .select2-search input {
    width: 100% !important;
}

.filtre-base .select2-container .select2-selection__choice + .select2-search,
#proposition-publication .filtre-base .select2-container .select2-selection__choice + .select2-search {
    display: none;
}

.filtre-base .select2-container .select2-search__field::placeholder, 
.filtre-base .select2-container .select2-search__field::-moz-placeholder,
.filtre-base .select2-container .select2-selection__placeholder,
#proposition-publication .filtre-base .select2-container .select2-search__field::placeholder,
#proposition-publication .filtre-base .select2-container .select2-search__field::-moz-placeholder,
#proposition-publication .filtre-base .select2-container .select2-selection__placeholder {
    font-family: 'Yantramanav', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #999999 !important;
    opacity: 1 !important;
}

.filtre-base .select2-container .select2-selection__choice {
    background: #dcdcdc;
}

#emploi-ajax .select2-container .select2-selection--multiple {
    min-height: 28px;
}

#emploi-ajax .select2-container .select2-selection--single {
    height: 30px;
}

.template-emploi ul.liste-publication li button.favori {
    position: absolute;
    top: 5px;
    padding: 10px;
    background: transparent;
    right: 0;
    z-index: 2;
    cursor: pointer;
    outline: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

#emploi_publications button.reinitialiser-filtres {
    border-radius: 0;
    background: #dcdcdc;
    font-size: 0;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    outline: 0;
    cursor: pointer;
}

#emploi_publications button.reinitialiser-filtres svg {
    transform: rotate(0deg);
    fill: #272C44;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    width: 15px;
    height: 16px;
}

#emploi_publications button.reinitialiser-filtres:hover svg {
    fill: #919191;
    transform: rotate(50deg);
}

.template-emploi ul.liste-publication li button.favori svg {
    fill: #919191;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.template-emploi ul.liste-publication li button.favori:hover svg,
.template-emploi ul.liste-publication li button.favori.selected svg {
    fill: #272C44;
}


#primary article div.date-cat button.favori svg path {
    fill: #919191;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

#primary article div.date-cat button.favori:hover svg path,
#primary article div.date-cat button.favori.selected svg path {
    fill: #272C44;
}


.single-emploi-favori div#favoriBloc {
    margin-top: 0;
}

#primary .date-cat .favori {
    position: absolute;
    right: 0;
    display: flex;
    cursor: pointer;
    background: transparent;
    top: 9px;
    outline: 0;
}

div#sendFavori a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

div#favoriBloc svg {
    fill: #272C44;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    margin-right: 10px;
}

div#sendFavori:hover,
div#favoriBloc:hover,
#primary div#favoriBloc.active,
div#favoriBloc.disabled.always-displayed:hover {
    background: #272C44;
    color: #fff;
}

div#favoriBloc:hover svg,
div#favoriBloc.disabled.always-displayed:hover svg {
    fill: #fff;
}

#favoriBloc input#checkboxFavori {
    width: 15px;
    -webkit-appearance: inherit;
    height: 15px;
    background-size: 12px;
    background-position: bottom;
    margin: 0;
    float: left;
    top: 5px;
    outline: 0;
    left: 0;
    appearance: inherit;
    -moz-appearance: inherit;
    transition: all 0.35s;
    position: absolute;
}

div#favoriBloc.disabled.always-displayed {
    border-color: inherit;
    color: inherit;
    pointer-events: inherit;
}

div#favoriBloc.disabled svg {
    fill: #a0a2a4;
}

div#favoriBloc.disabled.always-displayed svg {
    fill: #272C44;
}

div#favoriBloc label {
    display: inline-block;
    width: auto;
}

div#favoriBloc label,
#primary div#favoriBloc input {
    padding: 0;
    position: relative;
    cursor: pointer;
}

.template-emploi ul.liste-publication li.vignette button.favori {
    top: 195px;
}

.template-emploi ul.liste-publication li.vignette:hover button.favori {
    top: 15px;
}

#emploi-ajax > div#favoriBloc {
    flex-direction: row;
    padding-top: 20px;
    font-weight: 600;
}
.single-emploi #primary .date-cat p.cats-actus span {
    color: #141414;
}

.button-prop-emploi {
    display: block;
    width: 100%;
    position: relative;
}

.blocButtonFavori {
    display: block;
    width: 370px;
    float: right;
    position: relative;
    margin-bottom: 20px;
}

.propose-emploi.prop-publi a {
    width: 370px;
    height: 40px;
    display: block;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
    background: #272C44;
    border: 1px solid #272C44;
    padding: 0 20px;
    margin: 20px 0px 20px 0;
    box-sizing: border-box;
    transition: all 0.35s;
}

.propose-emploi.prop-publi a svg {
    width: 26px;
    height: 22px;
    position: relative;
    top: 7px;
    left: -3px;
}

.propose-emploi.prop-publi a svg path {
    fill: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.propose-emploi.prop-publi a:hover {
    background: transparent;
    color: #272C44;
}

.propose-emploi.prop-publi a:hover svg path {
    fill: #272C44;
}

/*** proposition**/
#proposition-publication .bloc-form.select2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#proposition-publication .bloc-form.select2 > .filtre-base {
    display: flex;
    width: 31%;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    padding-right: 0px;
    margin-top: 10px;
}

#proposition-publication .bloc-form input.select2-search__field {
    border: 0;
    background: none;
    width: auto !important;
    padding-top: 0;
    padding-bottom: 0;
}

#proposition-publication .filtre-base .select2-container .select2-selection--multiple {
    min-height: 28px;
}

#proposition-publication .filtre-base .select2-container .select2-selection--single {
    height: 30px;
}

#proposition-publication .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    width: auto;
}


/********** **********
******** MODIFICATIONS AL / PROFILS BARRE CONTEXTUELLE ********
********** **********/

/***** *****
*** AVEC BARRE CONTEXTUELLE ***
***** *****/
#primary .template-affilistes-navprofil ul.liste-publication li.vignette {
    width: 48%;
}

.single-affichage_liste #primary .display-listes,
.single-navigation_profils #primary .display-listes,
#primary .form-affichage-liste.form-panel,
#primary .form-navigation-profil.form-panel {
    display: none;
}


/***** *****
*** SANS BARRE CONTEXTUELLE ***
***** *****/
#primary.contextualites-off .size-template-filtres {
    width: 100%;
}

#primary.contextualites-off .template-affilistes-navprofil ul.liste-publication {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

#primary.contextualites-off .template-affilistes-navprofil ul.liste-publication > li.vignette {
    width: 32%;
    float: none;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    transition: .25s;
}
#primary.contextualites-off .template-affilistes-navprofil ul.liste-publication > li.vignette:hover {
    filter: none;
}
#primary.contextualites-off .template-affilistes-navprofil ul.liste-publication > li.liste {
    width: 100%;
    float: none;
}

#primary.contextualites-off .template-affilistes-navprofil ul.liste-publication > li.vignette:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
}

/************ **********
********* ********
********** **********/

/* ****************************************
*         _    _ _
*        / \  | | |__  _   _ _ __ ___  ___
*       / _ \ | | '_ \| | | | '_ ` _ \/ __|
*      / ___ \| | |_) | |_| | | | | | \__ \
*     /_/   \_\_|_.__/ \__,_|_| |_| |_|___/
*
******************************************* */
.page-header-albums h1 {
    margin: 0;
}

article.page-albums .liste-album {
    padding: 10px 0;
}

.liste-album .item-album {
    background-color: #78797B !important;
}

.liste-album .item-album div {
    height: 300px;
}

.liste-album .item-album .image-album-empty {
    width: 50%;
    height: 50%;
    display: inline-block;
}

.liste-album .item-album img {
    margin-bottom: 0 !important;
}

.liste-album .item-album p {
    border: 1px solid #23232d;
    color: #23232d;
}

.liste-album .item-album:hover p {
    background-color: #23232d !important;
    color: #eee;
}

#carousel .carousel-caption {
    color: #eee !important
}

#primary .vignettes-album a .format-document {
    color: #878787
}

#primary .vignettes-album a .format-document span svg {
    fill: #878787
}

#primary .vignettes-album a .apercus .img-al {
    background-color: #272C44;
}

#primary .vignettes-album a .apercus svg {
    fill: #eee;
}

#primary .vignettes-album:hover a .apercus svg path {
    fill: #dcdcdc
}

/**************************************************************************
 *       ____                                     _        _
 *      / ___|___  _ __ ___  _ __ ___   ___ _ __ | |_ __ _(_)_ __ ___  ___
 *     | |   / _ \| '_ ` _ \| '_ ` _ \ / _ \ '_ \| __/ _` | | '__/ _ \/ __|
 *     | |__| (_) | | | | | | | | | | |  __/ | | | || (_| | | | |  __/\__ \
 *      \____\___/|_| |_| |_|_| |_| |_|\___|_| |_|\__\__,_|_|_|  \___||___/
 *
 ************************************************************************** */
.comments-area {
    padding: 10px 0;
    margin-top: 20px;
}

.comment-list {
    margin: 30px 0 0 0;
}

/* ****************************************
*         _    _ _            _         __
*        / \  | | | ___   ___(_)_ __   /_/
*       / _ \ | | |/ _ \ / __| | '_ \ / _ \
*      / ___ \| | | (_) | (__| | | | |  __/
*     /_/   \_\_|_|\___/ \___|_|_| |_|\___|
*
******************************************* */
.allocine-film .film-semaine {
    background-color: #F3F3F3;
}

.allocine-film .informations-film {
    width: 710px;
}

/* ***********************************************
*      ____                                     _
*     |  _ \ __ _ ___ _____      _____  _ __ __| |
*     | |_) / _` / __/ __\ \ /\ / / _ \| '__/ _` |
*     |  __/ (_| \__ \__ \\ V  V / (_) | | | (_| |
*     |_|   \__,_|___/___/ \_/\_/ \___/|_|  \__,_|
*
************************************************** */
.template-password form label {
    margin-top: 10px;
    display: block;
}

.template-password form {
    overflow: hidden;
}

.template-password form br {
    display: none;
}

.template-password form input[type="password"] {
    width: 300px;
    margin-top: 10px;
    float: left;
}

.template-password form input[type="submit"] {
    float: none;
    float: left;
    margin: 10px 0 0 10px;
}

/* ************************************************
*       ____           _         ______     ______
*      / ___|__ _ _ __| |_ ___  / ___\ \   / / ___|
*     | |   / _` | '__| __/ _ \ \___ \\ \ / / |  _
*     | |__| (_| | |  | ||  __/  ___) |\ V /| |_| |
*      \____\__,_|_|   \__\___| |____/  \_/  \____|
*
*************************************************** */
a.carte-non-svg {
    margin: 20px 0 40px;
    display: block;
    height: 158px;
    text-align: center;
}

.carte-svg {
    display: none;
    z-index: 3;
    position: absolute;
    top: 69px;
    left: -280px;
    background-color: #272C44;
    width: 580px;
}

.carte-svg .ville-presente-cc {
    width: 230px;
    padding: 20px;
    z-index: 3;
    float: left;
}

.carte-svg .ville-presente-cc li {
    display: block;
    list-style: none;
    overflow: hidden;
}

.carte-svg .ville-presente-cc a {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    margin-right: 10px;
    font-size: 13px;
    text-decoration: none;
    color: #eee;
    display: block;
    float: left;
    background: url('../images/Puce1.png') no-repeat left 4px;
    padding-left: 15px;
    margin-bottom: 4px;
}

.carte-svg .ville-presente-cc span {
    display: block;
    float: left;
}

.carte-svg .ville-presente-cc span a {
    display: inline-block;
    background: none;
    padding-left: 0;
    float: none;
    margin-right: 0;
    font-weight: normal;
}

.carte-svg .ville-presente-cc a:hover,
.carte-svg .ville-presente-cc a.hoverlandtwo {
    text-decoration: underline;
}

.carte-svg .ville-presente-cc a.voir-plan-interactif {
    background: none;
    text-align: center;
    display: block;
    float: none;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    font-size: 12px;
    margin-top: 10px;
}

.carte-svg svg {
    margin-top: -10px;
    float: right;
    width: 236px;
    height: 223px;
    margin-right: 35px;
}

.carte-svg svg polygon {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    fill: #eee;
    stroke: #272C44;
    stroke-width: 1;
    stroke-miterlimit: 10;
}

.carte-svg svg polygon:hover,
svg polygon.hoverland {
    fill: #B74147;
}

.overlay-carte-interactive {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* ***************************************
*         _       _     _ _   _     _
 *        / \   __| | __| | |_| |__ (_)___
*       / _ \ / _` |/ _` | __| '_ \| / __|
*      / ___ \ (_| | (_| | |_| | | | \__ \
*     /_/   \_\__,_|\__,_|\__|_| |_|_|___/
*
****************************************** */
#_atssh {
    display: none;
}

/*** RESEAUX SOCIAUX ***/
#primary .partage-social-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-top: 1px solid #7D7D7D;
    padding: 15px 0;
    margin-top: 30px;
}

.partage-social-media p {
    font-family: "Montserrat", sans-serif;
    color: #272C44;
    margin: 0;
}

.partage > ul {
    display: flex;
}

.liste-reseaux li {
    width: 40px !important;
    height: 40px !important;
    margin-left: 20px;
    overflow: visible !important;
}

.liste-reseaux li:last-child {
    margin-right: 0
}

.liste-reseaux > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.liste-reseaux > li > a::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-radius: 50px;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s; 
}

.edge .liste-reseaux > li > a::before,
.ie .liste-reseaux > li > a::before {
    display: none;
}

.liste-reseaux > li > a.rs-facebook::before {
    background: #272C44;
}

.liste-reseaux > li > a.rs-twitter::before {
    background: #272C44;
}

.liste-reseaux > li > a.rs-mail::before {
    background: #272C44;
}

.liste-reseaux > li > a.rs-imprimer::before {
    background: #272C44;
}

.liste-reseaux > li > a:hover::before {
    animation: myanim 0.5s forwards;
}

@keyframes myanim {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0.8;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    100% {
        opacity: 0;
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
    }
}

.liste-reseaux > li > a.rs-facebook {
    background: transparent;
    border: 2px solid #272C44;
}

.liste-reseaux > li > a.rs-twitter {
    background: transparent;
    border: 2px solid #272C44;
}

.liste-reseaux > li > a.rs-mail {
    background: transparent;
    border: 2px solid #272C44;
}

.liste-reseaux > li > a.rs-imprimer {
    background: transparent;
    border: 2px solid #272C44;
}

.liste-reseaux > li > a.rs-facebook svg {
    fill: #272C44;
}

.liste-reseaux > li > a.rs-twitter svg {
    fill: #272C44;
}

.liste-reseaux > li > a.rs-mail svg {
    fill: #272C44;
}

.liste-reseaux > li > a.rs-imprimer svg {
    fill: #272C44;
}

.liste-reseaux > li > a > svg {
    fill: #fff;
    transition: all 0.45s;
}

.rs-facebook svg {
    width: 23px;
    height: 24px;
}

a.rs-twitter svg {
    width: 23px;
    height: auto;
}

a.rs-mail svg {
    width: 16px;
    height: 16px;
}

a.rs-imprimer svg {
    width: 30px;
    height: 30px;
}

.liste-reseaux > li > a.rs-facebook:hover {
    background: #272C44;
    top: -5px;
}

.liste-reseaux > li > a.rs-facebook:hover svg {
    fill: #fff;
}

.liste-reseaux > li > a.rs-twitter:hover {
    background: #272C44;
    top: -5px;
}

.liste-reseaux > li > a.rs-twitter:hover svg {
    fill: #fff;
}

.liste-reseaux > li > a.rs-mail:hover {
    background: #272C44;
    top: -5px;
}

.liste-reseaux > li > a.rs-mail:hover svg {
    fill: #fff;
}

.liste-reseaux > li > a.rs-imprimer:hover {
    background: #272C44;
    top: -5px;
}

.liste-reseaux > li > a.rs-imprimer:hover svg {
    fill: #fff;
}

/* ************************************************************
*      ____                 _                     __
*     |  _ \ __ _ _ __   __| | ___  _ __  _ __   /_/  ___  ___
*     | |_) / _` | '_ \ / _` |/ _ \| '_ \| '_ \ / _ \/ _ \/ __|
*     |  _ < (_| | | | | (_| | (_) | | | | | | |  __/  __/\__ \
*     |_| \_\__,_|_| |_|\__,_|\___/|_| |_|_| |_|\___|\___||___/
*
*************************************************************** */
.entry-content .mb_cadrePub {
    display: none;
}

/* ********************************************************
*      _   _                   _      _   _
*     | \ | | _____      _____| | ___| |_| |_ ___ _ __ ___
*     |  \| |/ _ \ \ /\ / / __| |/ _ \ __| __/ _ \ '__/ __|
*     | |\  |  __/\ V  V /\__ \ |  __/ |_| ||  __/ |  \__ \
*     |_| \_|\___| \_/\_/ |___/_|\___|\__|\__\___|_|  |___/
*
*********************************************************** */
.wysijap .date-cat {
    display: none;
}

.wysijap .entry-content table td {
    border: none;
}

.wysijap .entry-content input:hover[type="submit"] {
    background: #ffffff !important;
    border: 1px solid #272C44;
    color: #272C44 !important;
}

.post-template-template-newsletter-php .entry-content .wysija-paragraph input {
    border: 1px solid #d4d5d6;
    color: #272C44;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    padding: 8px 5px 9px;
    height: auto;
    float: left;
    width: 360px;
}

form#form-wysija-php5c4b1c7ce11c9-1 .wysija-paragraph label {
    margin-bottom: 10px;
}

.entry-content form.widget_wysija {
    display: flex;
    flex-direction: column;
}

.post-template-template-newsletter-php .entry-content .widget_wysija_cont .wysija-submit {
    background: #272C44;
    color: #eeeeee;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border: none;
    padding: 11px 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    outline: none;
    float: left;
    text-align: center;
    margin: 0px 0 20px 0px;
    height: 36px;
    font-weight: 300;
    width: 360px;
}

.post-template-template-newsletter-php .entry-content .widget_wysija_cont .wysija-submit:hover {
    background: #52575b;
}


/* ********************
*      _____ _       _
*     |_   _(_)_ __ (_)
*       | | | | '_ \| |
*       | | | | |_) | |
*       |_| |_| .__/|_|
*             |_|
*
*********************** */
#primary .entry-content a.btn-tipi {
    display: block;
    width: 300px;
    padding: 30px 0 31px;
    border-radius: 8px;
    background: #272C44;
    text-decoration: none;
    margin: 10px auto 40px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#primary .entry-content a.btn-tipi svg {
    display: none;
}

#primary .entry-content a.btn-tipi svg.btn-tipi-svg {
    display: inline-block;
    width: 47px;
    height: 39px;
    margin-right: 22px;
    vertical-align: middle;
}

#primary .entry-content a.btn-tipi svg.btn-tipi-svg path {
    fill: #eee;
}

#primary .entry-content a.btn-tipi span.txt {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #eee;
    line-height: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 3px 43px 0 0;
    border-right: 1px solid #eee;
    text-align: left;
}

#primary .entry-content a.btn-tipi svg.btn-suivant-tipi-svg {
    width: 16px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 29px;
}

#primary .entry-content a.btn-tipi svg.btn-suivant-tipi-svg polygon {
    fill: #eee;
}

#primary .entry-content a:hover.btn-tipi {
    background-color: #52575b;
}


/*Guichet virtuel*/
.single-guichet-virtuel #recherche-gv {
    margin: 0 0 20px;
}

#acces-profil .liste-profils {
    display: flex;
    justify-content: space-between;
}

#acces-profil .liste-profils .profil {
    width: auto;
    flex: 1;
    background-size: 100% 100%;
    background-position: center center;
    margin: 0; 
    overflow: hidden;
    transition: .6s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

#acces-profil .liste-profils .profil:hover {
    box-shadow: none;
}
#acces-profil .liste-profils .profil:nth-child(1) {
    background-image: url('../images/famille.jpg') !important;
    margin: 0 !important;
}

#acces-profil .liste-profils .profil:nth-child(2) {
    background-image: url('../images/economie_emploi.jpg') !important;
    margin: 0 20px;
}

#acces-profil .liste-profils .profil:nth-child(3) {
    background-image: url('../images/stade.jpg') !important;
}

/*Météo*/
.post-template-template-meteo-php iframe body {
    background: #eeeeee !important;
}

.post-template-template-meteo-php #secondary h2 {
    text-transform: none;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ***************************************************
*         _
*        / \   _ __  _ __   ___  _ __   ___ ___  ___
*       / _ \ | '_ \| '_ \ / _ \| '_ \ / __/ _ \/ __|
*      / ___ \| | | | | | | (_) | | | | (_|  __/\__ \
*     /_/   \_\_| |_|_| |_|\___/|_| |_|\___\___||___/
*
*
***************************************************** */
/* Div types */
.field-div {
    width: 100%;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.field-div.checkbox-div {
    margin-top: 10px;
}

.field-div.no-margin-top {
    margin-top: 0;
}

.field-div.w49 {
    width: 49%;
}

.field-div label {
    display: block;
    margin: 0 0 5px;
}

.field-div.checkbox-div label,
.field-div.checkbox-div input {
    display: inline-block;
    vertical-align: inherit;
    margin: 0;
}

.field-div.checkbox-div label {}

.field-div input[type=text],
.field-div input[type=email],
.field-div input[type=tel],
.field-div input[type=number],
.field-div input[type=password],
.field-div select,
.field-div textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #191919;
    color: #191919;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #fff;
    outline: none;
    padding: 8px 5px 9px;
    height: auto;
}

.field-div input[type=file] {}

.field-div input[type=checkbox] {
    margin-right: 5px;
    -moz-appearance: checkbox;
    width: 15px;
    height: 15px;
}

.field-div textarea {
    resize: vertical;
}

.field-div input[type=text].error-field,
.field-div input[type=email].error-field,
.field-div input[type=tel].error-field,
.field-div input[type=number].error-field,
.field-div input[type=password].error-field,
.field-div select.error-field,
.field-div textarea.error-field {
    border: 1px solid #cb0606;
}

.field-div .avert {
    font-size: 13px;
    color: #969696;
    font-style: italic;
    display: block;
    margin: 5px 0 0;
}

/* Corps annonce */
.infos-annonce {
    font-size: 14px;
    color: #9e9e9e;
    text-align: right;
    margin: 15px 0 0;
}

/* Modal */
.overlay-modal {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.overlay-modal.overlay-show {
    display: block;
}

.modal {
    position: fixed;
    z-index: 21;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 163px;
    max-width: 90%;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.modal.modal-show {
    visibility: visible;
}

.modal .modal-content {
    display: block;
    position: relative;
    margin: 0;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.modal-show .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal .modal-content input[type=password] {
    width: 100%;
    border: 1px solid #191919;
    color: #191919;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #fff;
    outline: none;
    padding: 8px 5px 9px;
    height: auto;
    margin: 10px 0;
    box-sizing: border-box;
}

.modal .modal-content input[type=submit] {
    background: #f33f31;
}

.modal .modal-content input[type=submit]:hover {
    background: #f76357;
}

/* Template */
.wrapper-panel-new {
    position: relative;
    margin: 30px 0 0;
}

.wrapper-panel-new .wrapper-prop-rss {
    text-align: right;
}

.wrapper-panel-new .wrapper-prop-rss a {
    border-radius: 9px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    height: 40px;
    box-sizing: border-box;
}

.wrapper-panel-new .wrapper-prop-rss a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.wrapper-panel-new .wrapper-prop-rss a.prop {
    background: #272C44;
    color: #fff;
    padding: 0 30px;
    margin: 0 16px 0 0;
    border: 1px solid #272C44;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.prop svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 19px 0 0;
}

.wrapper-panel-new .wrapper-prop-rss a.prop svg path {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.prop span,
.wrapper-panel-new .form-panel form .wrapper-btn input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-family: "Raleway", serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.prop:hover {
    background: transparent;
}

.wrapper-panel-new .wrapper-prop-rss a.prop:hover svg path {
    fill: #fff;
}

.wrapper-panel-new .wrapper-prop-rss a.prop:hover span {
    color: #fff;
}

.wrapper-panel-new .wrapper-prop-rss a.rss {
    background: #dcdcdc;
    font-size: 0;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.rss svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.wrapper-panel-new .wrapper-prop-rss a.rss svg path {
    fill: #272C44;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.rss:hover {
    background: #272C44;
}

.wrapper-panel-new .wrapper-prop-rss a.rss:hover svg path {
    fill: #dcdcdc;
}

.wrapper-panel-new .form-panel {
    border: 4px solid #dcdcdc;
    margin: 20px 0 0;
    padding: 24px 26px;
}

.wrapper-panel-new .form-panel p {
    color: #353535;
}

.wrapper-panel-new .form-panel form {
    position: relative;
    font-size: 0;
    margin: 21px 0 0;
}

.wrapper-panel-new .form-panel form select,
.wrapper-panel-new .form-panel form input[type=text],
.wrapper-panel-new .form-panel form input[type=email],
.wrapper-panel-new .form-panel form input[type=number] {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    box-sizing: border-box;
    background: #dcdcdc;
    border: none;
    padding: 0 10px;
    outline: none;
}

.wrapper-panel-new .form-panel form select {
    margin: 0 2% 0 0;
    color: #74797e;
}

.wrapper-panel-new .form-panel form select option {
    color: #000;
}

.wrapper-panel-new .form-panel form .wrapper-btn {
    text-align: right;
    margin: 10px 0 0;
}

.wrapper-panel-new .form-panel form .wrapper-btn input[type=submit] {
    border-radius: 10px;
    height: 40px;
    background: #363636;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
    outline: none;
    margin: 0 16px 0 0;
    border: 1px solid #363636;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .form-panel form .wrapper-btn input[type=submit]:hover {
    background: transparent;
    color: #363636;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form {
    border-radius: 10px;
    background: #dcdcdc;
    font-size: 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form svg {
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form svg path {
    fill: #363636;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form:hover svg {
    transform: rotate(60deg);
}

.template-liste {
    position: relative;
    margin: 30px 0 30px;
}

.template-liste ul {
    position: relative;
    margin: 0 0 20px;
}

.template-liste ul li {
    position: relative;
    margin: 0 0 10px;
}

.template-liste ul li.liste > a {
    font-size: 0;
    display: block;
    text-decoration: none;
    border-left: 4px solid #2b597b;
    background: #dcdcdc;
}

.template-liste ul li.liste a > span {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    min-height: inherit;
    min-height: 110px;
}

.template-liste ul li.liste a .informations-pub {
    width: 24%;
    padding: 44px 25px 20px;
}

.template-liste ul li.liste a .informations-pub > span {
    display: block;
    margin: 0 0 5px;
}

.template-liste ul li.liste a .content-pub {
    width: 76%;
    margin: 0;
    padding: 20px 30px 20px;
    border-left: 4px solid #fff;
}

.template-liste ul li.liste a .content-pub .title {
    display: block;
    color: #2c5a7b;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: block;
}

.template-liste ul li.liste a .content-pub .introduction {
    display: block;
}

.template-liste ul li.liste .categories {
    position: absolute;
    top: 20px;
    left: 29px;
    font-size: 0;
}

.template-liste ul li.liste .categories a {
    text-decoration: none;
}

.template-liste ul li.liste .categories a:hover {
    text-decoration: underline;
}

.template-liste .nbr-resultats {
    float: left;
}

.template-liste .nbr-resultats p {
    color: #515151;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    margin-top: 8px;
}

.template-liste .pagination-annonces {
    float: right;
    clear: inherit;
    margin: 5px 0 0;
}

/* Single */
#primary .cadre-publication-cda {
    border: 1px solid #c7c7c7;
    padding: 5px 15px;
    margin: 0 0 30px;
}

#primary .cadre-publication-cda p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#primary .cadre-publication-cda p a,
#primary .cadre-publication-cda p span {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    color: #565656;
}

#primary .content-annonce p.phone-number {
    font-weight: bold;
    font-size: 17px !important;
}

#primary .content-annonce p.phone-number svg {
    overflow: scroll;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#primary .content-annonce p.phone-number svg path {
    fill: #191919;
}

#primary .content-annonce .image-annonce {
    position: relative;
    overflow: hidden;
    width: 150px;
    min-height: 150px;
    max-height: 300px;
    float: left;
    margin: 0 20px 0 0;
}

#primary .content-annonce .image-annonce img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    margin: 0;
}

/* Commun */
.template-liste ul li.liste a .informations-pub > span.date svg,
.template-liste ul li.liste .categories svg,
#primary .cadre-publication-cda p.categories svg,
#primary .cadre-publication-cda p.date svg {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.template-liste ul li.liste a .informations-pub > span.author svg,
#primary .cadre-publication-cda p.author svg {
    width: 13px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

#primary .cadre-publication-cda p svg path,
.template-liste ul li.liste a .informations-pub > span svg path,
.template-liste ul li.liste .categories svg path {
    fill: #565656;
}

.template-liste ul li.liste a .informations-pub > span > span,
#primary .cadre-publication-cda p span,
.template-liste ul li.liste .categories a {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    color: #565656;
    display: inline-block;
    vertical-align: middle;
}

/* ***************************************************
*         _        _   _            _   _
*        / \   ___| |_(_)_   ____ _| |_(_) ___  _ __
*       / _ \ / __| __| \ \ / / _` | __| |/ _ \| '_ \
*      / ___ \ (__| |_| |\ V / (_| | |_| | (_) | | | |
*     /_/   \_\___|\__|_| \_/ \__,_|\__|_|\___/|_| |_|
*
****************************************************** */
#activateform input[type=text] {
    width: 100%;
    box-sizing: border-box;
}

#activateform .submit-btn {
    margin: 10px 0 0;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
}

/* ************************
*      ____  __  __ ____
*     / ___||  \/  / ___|
*     \___ \| |\/| \___ \
*      ___) | |  | |___) |
*     |____/|_|  |_|____/
*
************************** */
#primary .formulaire-alertes-sms {
    margin: 15px 0;
}

#primary .formulaire-alertes-sms .message-succes {
    background: #77ad00;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px;
}

#primary .formulaire-alertes-sms .field-div {
    display: block;
    max-width: 320px;
}

#primary .formulaire-alertes-sms .field-div input[type=text] {
    width: 40%;
}

#primary .formulaire-alertes-sms .btn-style-ws {
    float: left;
}

#primary .formulaire-alertes-sms .message-succes p,
#primary .formulaire-alertes-sms .message-error p {
    color: #fff !important;
    margin: 0;
}

#primary .formulaire-alertes-sms .message-error {
    background: #cb0606;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px;
}

#primary .formulaire-alertes-sms .infos-desinscription {
    font-size: 14px;
    color: #9e9e9e;
    text-align: left;
    margin: 15px 0 0;
}


/* ******************************************************************
*      ____  _                   _                           _
*     / ___|(_) __ _ _ __   __ _| | ___ _ __ ___   ___ _ __ | |_ ___
*     \___ \| |/ _` | '_ \ / _` | |/ _ \ '_ ` _ \ / _ \ '_ \| __/ __|
*      ___) | | (_| | | | | (_| | |  __/ | | | | |  __/ | | | |_\__ \
*     |____/|_|\__, |_| |_|\__,_|_|\___|_| |_| |_|\___|_| |_|\__|___/
*              |___/
********************************************************************* */
.wrapper-panel-new {
    position: relative;
    margin: 30px 0 0;
}

.wrapper-panel-new .wrapper-prop-rss {
    text-align: right;
}

.wrapper-panel-new .wrapper-prop-rss a {
    border-radius: 9px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    height: 40px;
    box-sizing: border-box;
}

.wrapper-panel-new .wrapper-prop-rss a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.wrapper-panel-new .wrapper-prop-rss a.prop {
    background: #272C44;
    color: #fff;
    padding: 0 30px;
    margin: 0 16px 0 0;
    border: 1px solid #272C44;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.prop svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 19px 0 0;
}

.wrapper-panel-new .wrapper-prop-rss a.prop svg path {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.prop span,
.wrapper-panel-new .form-panel form .wrapper-btn input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13px;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.prop:hover {
    background: #52575b;
    border: 1px solid #52575b;
}

.wrapper-panel-new .wrapper-prop-rss a.rss {
    background: #dcdcdc;
    font-size: 0;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.rss svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.wrapper-panel-new .wrapper-prop-rss a.rss svg path {
    fill: #272C44;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .wrapper-prop-rss a.rss:hover {
    background: #272C44;
}

.wrapper-panel-new .wrapper-prop-rss a.rss:hover svg path {
    fill: #dcdcdc;
}

.wrapper-panel-new .form-panel {
    background: #eee;
    border: 4px solid #272C44;
    margin: 20px 0 0;
    padding: 24px 26px;
}

.wrapper-panel-new .form-panel p {
    color: #515151;
}

.wrapper-panel-new .form-panel form {
    position: relative;
    font-size: 0;
    margin: 21px 0 0;
}

.wrapper-panel-new .form-panel form select,
.wrapper-panel-new .form-panel form input[type=text],
.wrapper-panel-new .form-panel form input[type=email],
.wrapper-panel-new .form-panel form input[type=number] {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    box-sizing: border-box;
    background: #272C44;
    border: none;
    padding: 0 10px;
    outline: none;
}

.wrapper-panel-new .form-panel form select {
    margin: 0 2% 0 0;
    color: #fff;
}

.wrapper-panel-new .form-panel form select.field-depot {
    margin: 0;
}

.wrapper-panel-new .form-panel form select:hover {
    cursor: pointer;
}

.wrapper-panel-new .form-panel form select:disabled {
    cursor: default;
    background: #52575b;
    color: #fff;
}

.wrapper-panel-new .form-panel form select option {
    color: #fff;
}

.wrapper-panel-new .form-panel form select option:first-child {
    color: rgba(255, 255, 255, 0.7);
}

.wrapper-panel-new .form-panel form .wrapper-btn {
    text-align: right;
    margin: 10px 0 0;
}

.wrapper-panel-new .form-panel form .wrapper-btn input[type=submit] {
    border-radius: 10px;
    height: 40px;
    background: #272C44;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
    outline: none;
    margin: 0 16px 0 0;
    border: 1px solid #272C44;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .form-panel form .wrapper-btn input[type=submit]:hover {
    background: #52575b;
    border: 1px solid #52575b;
    color: #fff;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form {
    border-radius: 10px;
    background: #909090;
    font-size: 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form svg {
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form svg path {
    fill: #fff;
}

.wrapper-panel-new .form-panel form .wrapper-btn a.reinitialiser-form:hover svg {
    transform: rotate(60deg);

}

.field-div input[type=text].error-field,
.field-div input[type=email].error-field,
.field-div input[type=tel].error-field,
.field-div input[type=number].error-field,
.field-div input[type=password].error-field,
.field-div select.error-field,
.field-div textarea.error-field {
    border: 1px solid #cb0606;
}

#formulaire-depot-signalement .message-succes {
    background: #77ad00;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px;
}

#formulaire-depot-signalement .message-succes p,
#formulaire-depot-signalement .message-error p {
    color: #fff !important;
    margin: 0;
}

#formulaire-depot-signalement .message-error {
    background: #cb0606;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px;
}

#formulaire-depot-signalement .field-div .wrapper-field-geoloc {
    position: relative;
}

#formulaire-depot-signalement .field-div .geolocalisation svg {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 2px;
}

#formulaire-depot-signalement .field-div .geolocalisation svg path {
    fill: #0091ff;
}

#formulaire-depot-signalement .field-div #googlemap-signalement {
    height: 400px;
}

#formulaire-depot-signalement .field-div #raison_signalement_child {
    margin: 10px 0 0;
}

#formulaire-depot-signalement .field-div span.infos-photo {
    display: block;
    font-size: 13px;
    color: #52575b;
    margin: 5px 0 0;
    font-style: italic;
}

#formulaire-depot-signalement .disabled {
    border: 1px solid #808080;
    color: #808080;
}

#formulaire-depot-signalement .wrapper-choix input,
#formulaire-depot-signalement .wrapper-choix label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#formulaire-depot-signalement .wrapper-choix label {
    margin: 0 10px 0 0;
    font-weight: normal;
}

#formulaire-depot-signalement .wrapper-recontact span.infos-coordonnees {
    display: block;
    font-size: 13px;
    color: #52575b;
    font-weight: 400;
    margin: 0px 0 10px;
    font-style: italic;
}

#formulaire-depot-signalement .photo-signalement-preview {
    display: none;
    max-width: 150px;
    max-height: 150px;
    border: 1px dashed #191919;
    padding: 10px;
}

#template-signalements .legende-carte {
    border: 1px dashed #d3d3d3;
    padding: 20px 0;
}

#template-signalements .legende-carte .marker-infos {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px dashed #d3d3d3;
}

#template-signalements .legende-carte .marker-infos:first-child {
    border: none;
}

#template-signalements .legende-carte .marker-infos svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 15px;
}

#template-signalements .legende-carte .marker-infos span {
    display: block;
}

#template-signalements .wrapper-google-map-signalements {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    margin: 20px 0 0;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement {
    padding: 45px 15px 15px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: -100%;
    width: 37%;
    min-width: 300px;
    height: 100%;
    z-index: 11;
    transition: all 0.6s ease-in-out;
    box-sizing: border-box;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement.modal-show {
    left: 0px;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement a.close-modal {
    position: absolute;
    top: 7px;
    right: 1px;
    text-decoration: none;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement a.close-modal span {
    display: none;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement a.close-modal:before {
    content: "\f335";
    font-family: "dashicons";
    font-size: 35px;
    line-height: 25px;
    color: #333;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement {
    max-height: 100%;
    overflow-y: auto;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement .image-signalement {
    width: 100%;
    max-width: 100%;
    display: block !important;
    margin: 0 auto 25px;
    overflow: hidden;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement .image-signalement span {
    position: absolute;
    bottom: 10px;
    color: #fff;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement .image-signalement .images-compare-before span {
    left: 10px;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement .image-signalement .images-compare-after span {
    right: 10px;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement .image-signalement .image-alone {}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement .image-signalement .image-alone img {
    width: 100%;
    height: auto;
}

#template-signalements .wrapper-google-map-signalements .modal-informations-signalement .wrapper-modal-signalement a {
    color: #272C44;
}

#template-signalements .wrapper-google-map-signalements #google-map-signalements {
    width: 100%;
    height: 100%;
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(35, 40, 45, 0.7);
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 11px 15px;
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements > a:after {
    font-family: "dashicons";
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements > a.show:after {
    content: "\f347";
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements > a.hide:after {
    content: "\f343";
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements .box-legende {
    display: none;
    border-top: 1px solid #fff;
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements .box-legende label {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 10px 10px 16px;
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements .box-legende label svg {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

#template-signalements .wrapper-google-map-signalements .legende-status-signalements .box-legende label input {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    appearance: checkbox;
    -moz-appearance: checkbox;
    width: 10px;
    height: 10px;
}

#template-signalements .wrapper-google-map-signalements .loading-map {
    position: absolute;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
}

#template-signalements .wrapper-google-map-signalements .loading-map:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#template-signalements .wrapper-google-map-signalements .loading-map svg {
    display: inline-block;
    vertical-align: middle;
}




/* *****************************************************
*      _   _            _       ___         ____  ____
*     | | | | __ _  ___| | __  / (_) ___   / / _|/ _\ \
*     | |_| |/ _` |/ __| |/ / | || |/ _ \ / / |_| |_ | |
*     |  _  | (_| | (__|   <  | || |  __// /|  _|  _|| |
*     |_| |_|\__,_|\___|_|\_\ | ||_|\___/_/ |_| |_|  | |
*                              \_\                  /_/
*
******************************************************** */
body.gecko header .top-header .menu-wrapper .utilitaires-header li.accessibar-icon a {
    padding: 34px 0px;
}

body.gecko header .bottom-footer .logo-search .search button {
    padding: 7px 8px;
}

body.gecko .front-page .fil-infos-droits-demarches .droits-demarches-ligne select {
    width: 225px;
    padding: 9px 10px 9px;
}

body.gecko footer .middle-footer .newsletter-sms input[type="text"],
body.gecko footer footer .middle-footer .newsletter-sms input[type="email"] {
    width: 210px;
    padding: 7px 11px 6px 12px;
}

body.gecko footer .middle-footer .newsletter-sms input[type="submit"] {
    padding: 6px 11px 5px 12px;
}

/* body.ie header .top-header .menu-wrapper .utilitaires-header li a {padding:0;} */
body.ie .front-page .fil-infos-droits-demarches .droits-demarches-ligne select {
    padding: 9px 10px 9px;
    width: 229px;
}

body.edge .front-page .fil-infos-droits-demarches .droits-demarches-ligne select {
    width: 229px;
}


.comp__map {
    width: 370px;
    height: 360px;
    background: #95c11f;
    padding: 0 15px 30px 15px;
}

.comp__map .part__title {
    color: #ffffff;
    opacity: .5;
    margin: 20px 0 30px;
}

.comp__map .part__title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: url('../images/PointillesBlanc.png') repeat left center;
    display: block;
    margin-top: 15px;
}

.comp__map .map__interactive {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.comp__map .map__interactive .map__cities li {
    margin: 0 0 25px;
}

.comp__map .map__interactive .map__cities li a {
    text-decoration: none;
    font-family: "Overlock", sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
    transition: .3s
}

.comp__map .map__interactive .map__cities a:hover,
.comp__map .map__interactive .map__cities a.hoverlandtwo {
    color: #282928;
}

.comp__map .map__interactive svg {
    width: 130px;
    height: 191px;
}

.comp__map .map__interactive svg path {
    transition: .3s;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 3px;
    stroke-linejoin: round;
}

.comp__map .map__interactive svg path:hover,
.comp__map .map__interactive svg path.hoverland {
    fill: #282928
}

.comp__map .map__all {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
    transition: .3s
}

.comp__map .map__all:hover {
    color: #282928;
    text-decoration: none;
}



@media screen and (max-width: 782px) {
	#wp-toolbar > ul > li {
		display: block !important;
	}

	#wp-toolbar > ul > li#wp-admin-bar-creasit {
		padding: 0 !important;
		border: none !important;
	}

	#wp-toolbar > ul > li > a {
		padding: 0 8px 0 7px !important;
    }
    
    #wpadminbar #wp-admin-bar-edit>.ab-item,
    #wpadminbar #wp-admin-bar-edit>.ab-item:before {
        width: 32px !important;
    }

	#wpadminbar .screen-reader-shortcut,
    #wpadminbar #wp-admin-bar-view,
    .subscriber #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-dashboard {
        display: none !important;
    } 
}

@media screen and (max-width: 350px) {
	#wp-toolbar > ul > li > a {
		padding: 0 5px !important;
	}
}
/********************* FOOTER ********************/
footer {
    position: relative;
    z-index: 5;
}
.footer-top {
    box-sizing: border-box;
    background-color: #272C44;
    color: #fff;
    padding: 26px 0 22px;
    min-height: 130px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-top > .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top > .center > div * {
    position: relative;
    z-index: 1;
}
.footer-top svg path {
    fill:#3C4261;
}
.footer-top .footer-top_adresse {
    position: relative;
    margin-right: 60px;
}
.footer-top .footer-top_horaires {
    position: relative;
    margin-right: 20px;
}
.footer-top .footer-top_application {
    position: relative;
}
.footer-top .footer-top_facebook {
    position: relative;
}
.footer-top .footer-top_adresse svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    left: -46px;
    max-width: 95px;
}
.footer-top .footer-top_horaires svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    left: -105px;
    width: 155px;
}
.footer-top .footer-top_application svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    left: -48px;
    width: 98px;
}
.footer-top .footer-top_facebook > svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    left: -36px;
    height: 138px;
    width: auto;
}
.footer-top h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: initial;
}
.footer-top .btn-application {
    color: #fff;
    text-decoration: none;
    max-width: 275px;
    transition: .25s;
}
.footer-top .btn-facebook {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #272C44;
    height: 39px;
    text-decoration: none;
    padding: 0 20px;
    margin-top: 10px;
    transition: .25s;
    border: 1px solid #fff;
}
.footer-top .btn-facebook:hover {
    background: #272C44;
    box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.3);
    color: #fff;
}
.footer-top .btn-facebook svg {
    width: 8px;
    height: 17px;
    margin-right: 10px;
}
.footer-top .btn-facebook svg path {
    fill: #717588;
    transition: .25s;
}
.footer-top .btn-facebook:hover svg path {
    fill: #fff;
}
.footer-bottom {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.footer-bottom .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 47px;
}
.footer-bottom .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
    color: #272C44;
    text-decoration: none;
    transition: .25s;
    margin: auto 12px;
}
.footer-bottom .footer-menu li a:hover {
    text-decoration: underline;
}
.wrapper-question {
    background-color: #00277E !important;
    cursor: pointer;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
.wrapper-reponse {
    padding: 30px!important;
    background-color: #ECECEC;
    color: #00277E!important;
    box-sizing: border-box;
    border: none!important;
    font-size: 16px!important;
    line-height: 20px;
}
.wrapper-reponse p {
    color: #00277E!important;
}
.bloc-question-reponse {
    border: none!important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0px 0px!important;
}
.wrapper-question svg {
    right: 20px!important;
}
h3.content-question {
    min-height: 50px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 9px 50px 9px 30px;
}
.single-guichet-virtuel #secondary .services-en-ligne,
.single-guichet-virtuel #secondary,
.single-guichet-virtuel #secondary .comment-faire-si {
    background-color: #ECECEC;
    color: #1F1F1F;
    border: none;
}
.single-guichet-virtuel #recherche-gv {
    background: #ECECEC url('../images/loupe.png') no-repeat 90% 15px;
    color: #1F1F1F;
}
.single-guichet-virtuel #recherche-gv button {
    background-color: #272C44;
}
.single-guichet-virtuel #recherche-gv button:hover {
    color: #272C44;
}
.single-guichet-virtuel #themes-plus-consultes .theme {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.single-guichet-virtuel #themes-plus-consultes .theme:hover {
    box-shadow: none;
}
#activateform {
    margin-bottom: 2em;
}
.div-tab-nav[data-tab-id="video"],
.nav-tab[data-tab-id="video"],
.nav-tab[href="#video"] {
    display: none!important;
}
.panel-bdocumentaire .propose-document a span svg path {
    fill: #272C44;
}
.prop-publi {
    display: none!important;
} 
.a-la-une .nav-tab-wrapper {
    display: none!important;
    visibility: hidden!important;
}
.a-la-une .options-affichage {
	display: none!important;
}